From 6ae8f4c0446ea9b9a1acdcb8e958913fc961e55d Mon Sep 17 00:00:00 2001 From: twisti <76837088+twisti-dev@users.noreply.github.com> Date: Tue, 12 May 2026 14:45:50 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20chore(deps):=20update=20depe?= =?UTF-8?q?ndency=20versions=20in=20libs.versions.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - canvas-api: 1.21.11-R0.1-SNAPSHOT → 26.1+ - kotlinVersion: 2.3.20 → 2.3.21 - kotlinxCoroutines: 1.10.2 → 1.11.0 - packetevents: 2.11.2 → 2.12.1 - guava: 33.5.0-jre → 33.6.0-jre - caffeine: 3.2.3 → 3.2.4 - caffeine-courotines: 3.0.2 → 3.0.4 - ktor: 3.4.2 → 3.4.3 - ksp-version: 2.3.6 → 2.3.7 - reactor-netty: 1.3.4 → 1.3.5 --- gradle/libs.versions.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bc3f1bcb..26d7aedb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] # Paper paper-api = "26.1+" -canvas-api = "1.21.11-R0.1-SNAPSHOT" +canvas-api = "26.1+" # Kolin -kotlinVersion = "2.3.20" -kotlinxCoroutines = "1.10.2" +kotlinVersion = "2.3.21" +kotlinxCoroutines = "1.11.0" kotlinx-serialization = "1.11.0" # Packet Events -packetevents = "2.11.2" +packetevents = "2.12.1" packetevents-plugin = "2.12.1" # Command API @@ -35,9 +35,9 @@ placeholder-api = "2.12.2" mccoroutine = "2.22.2" # Miscellaneous Libraries -guava = "33.5.0-jre" -caffeine = "3.2.3" -caffeine-courotines = "3.0.2" +guava = "33.6.0-jre" +caffeine = "3.2.4" +caffeine-courotines = "3.0.4" gson = "2.13.2" commons-lang3 = "3.20.0" commons-text = "1.15.0" @@ -58,10 +58,10 @@ flogger = "0.9" aide-reflection = "1.3" auto-service = "1.1.1" auto-service-ksp = "1.2.0" -ktor = "3.4.2" +ktor = "3.4.3" glm = "0.9.9.1-15" -ksp-version = "2.3.6" -reactor-netty = "1.3.4" +ksp-version = "2.3.7" +reactor-netty = "1.3.5" bytebuddy = "1.18.8" # Plugin versions From 3b7dcfdce05e1aaceade4bc5ea7476f8693e0ed9 Mon Sep 17 00:00:00 2001 From: twisti <76837088+twisti-dev@users.noreply.github.com> Date: Tue, 12 May 2026 14:46:35 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20version=20?= =?UTF-8?q?to=203.11.1=20in=20gradle.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 684e7fc7..df3c4181 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled javaVersion=25 mcVersion=26.1.2 group=dev.slne.surf.api -version=3.11.0 +version=3.11.1 relocationPrefix=dev.slne.surf.api.libs snapshot=false