From 4427569ec03a61782f1a2af9dffdeae95a731b3b Mon Sep 17 00:00:00 2001 From: kitakkun <48154936+kitakkun@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:53:32 +0900 Subject: [PATCH] chore(deps): update dependencies to current stable releases Routine refresh ahead of 1.0.0-alpha11. Every move is to a current stable release; nothing is put onto a new pre-release line. - KSP 2.3.10 -> 2.3.11 - AGP 9.3.0 -> 9.3.1 - Metro 1.3.2 -> 1.4.0 - Ktor 3.5.1 -> 3.5.2 - mcp-kotlin-sdk 0.14.0 -> 0.15.0 - logback 1.5.38 -> 1.6.1 (still JDK 11 baseline, SLF4J 2.0.18) - spotless 8.8.0 -> 8.9.0 - Bouncy Castle 1.83 -> 1.85 - jmDNS 3.6.1 -> 3.6.3 Kotlin stays on 2.4.10: it is already the newest stable, so the published metadata version, the Compose compiler and the jetwhale-agent-plugin support range (2.3-2.4, mirrored in SupportedKotlinVersions.kt and the CI matrix) are all unchanged. kotlinDsl stays on 6.5.7 because it must track the Gradle wrapper rather than the newest release: gradle-kotlin-dsl-plugins 6.5.7 is cut by Gradle 9.5.0-rc-3 and strictly requires kotlin-stdlib 2.3.20, which is the Kotlin the Gradle 9.5.1 wrapper embeds. 6.6.x/6.7.x come from the Gradle 9.6/9.7 lines. material3 stays on 1.11.0-alpha07. Its POM requests 1.11.0-beta03 for the Compose core modules while the plugin is 1.11.1, but those are requested and not resolved versions -- the whole graph resolves to 1.11.1. JetBrains stopped publishing stable org.jetbrains.compose.material3:material3 after 1.9.0; there is no 1.11.x release to move to, and the 1.12.0 alphas require a pre-release Compose Multiplatform. --- gradle/libs.versions.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a24479c..8a417f28 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ mavenPublish = "0.37.0" # kotlin kotlin = "2.4.10" -ksp = "2.3.10" +ksp = "2.3.11" kotlinDsl = "6.5.7" kotlinxSerializationJson = "1.11.0" kotlinxCollectionsImmutable = "0.5.1" @@ -14,7 +14,7 @@ javaKeyring = "1.0.4" kotlinxDatetime = "0.8.0" # android -androidGradlePlugin = "9.3.0" +androidGradlePlugin = "9.3.1" androidxCoreKtx = "1.19.0" androidxActivity = "1.13.0" @@ -26,22 +26,22 @@ lifecycle = "2.11.0" soil = "1.0.0-alpha15" androidxDatastore = "1.3.0-alpha10" -metro = "1.3.2" +metro = "1.4.0" mokkery = "3.4.2" -ktor = "3.5.1" +ktor = "3.5.2" okhttp = "5.4.0" -mcpKotlinSdk = "0.14.0" +mcpKotlinSdk = "0.15.0" -logback = "1.5.38" +logback = "1.6.1" kermit = "2.1.0" aboutLibraries = "15.0.4" -spotless = "8.8.0" +spotless = "8.9.0" conveyor = "2.0" conveyorControl = "1.1" -bouncyCastle = "1.83" -jmdns = "3.6.1" +bouncyCastle = "1.85" +jmdns = "3.6.3" [libraries] # Gradle Plugins