diff --git a/gradle-conventions-settings/develocity/build.gradle.kts b/gradle-conventions-settings/develocity/build.gradle.kts index e38bd712..7903f401 100644 --- a/gradle-conventions-settings/develocity/build.gradle.kts +++ b/gradle-conventions-settings/develocity/build.gradle.kts @@ -17,5 +17,5 @@ configurations.configureEach { dependencies { implementation("com.gradle:develocity-gradle-plugin:3.17") - implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2") + implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1") } diff --git a/versions-root/libs.versions.toml b/versions-root/libs.versions.toml index 238c3f3f..ee16c877 100644 --- a/versions-root/libs.versions.toml +++ b/versions-root/libs.versions.toml @@ -9,18 +9,18 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO # kotlin independent versions detekt-analyzer = "1.23.6" coroutines = "1.10.1" -ktor = "3.0.3" -kotlin-logging = "7.0.3" +ktor = "3.1.0" +kotlin-logging = "7.0.4" slf4j = "2.0.16" logback = "1.3.14" -gradle-plugin-publish = "1.3.0" -kotlin-wrappers = "2025.1.2" +gradle-plugin-publish = "1.3.1" +kotlin-wrappers = "2025.2.5" junit4 = "4.13.2" junit5 = "5.11.4" intellij = "233.13135.128" gradle-doctor = "0.10.0" kotlinx-browser = "0.3" -shadow-jar = "9.0.0-beta4" +shadow-jar = "9.0.0-beta8" # Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies # but also for dependencies for compiler-specific modules. @@ -31,7 +31,7 @@ shadow-jar = "9.0.0-beta4" atomicfu = "0.27.0" serialization = "1.8.0" detekt-gradle-plugin = "1.23.7" -gradle-kotlin-dsl = "5.1.2" +gradle-kotlin-dsl = "5.2.0" binary-compatibility-validator = "0.17.0" kover = "0.9.1"