File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
gradle-conventions-settings/develocity Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ plugins {
88
99dependencies {
1010 implementation(" com.gradle:develocity-gradle-plugin:3.17" )
11- implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.2.1 " )
11+ implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.3 " )
1212}
Original file line number Diff line number Diff line change @@ -9,30 +9,30 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
99# kotlin independent versions
1010detekt-analyzer = " 1.23.6"
1111coroutines = " 1.10.2"
12- ktor = " 3.1.2 "
13- kotlin-logging = " 7.0.6 "
12+ ktor = " 3.2.0 "
13+ kotlin-logging = " 7.0.7 "
1414slf4j = " 2.0.17"
1515logback = " 1.3.14"
1616gradle-plugin-publish = " 1.3.1"
17- kotlin-wrappers = " 2025.4.8 "
17+ kotlin-wrappers = " 2025.6.4 "
1818junit4 = " 4.13.2"
19- junit5 = " 5.12 .1"
19+ junit5 = " 5.13 .1"
2020# intellij = "241.19416.19" apply for 2.2.0 update
2121intellij = " 233.13135.128"
22- gradle-doctor = " 0.10 .0"
22+ gradle-doctor = " 0.11 .0"
2323kotlinx-browser = " 0.3"
24- shadow-jar = " 9.0.0-beta12 "
24+ shadow-jar = " 9.0.0-beta15 "
2525
2626# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
2727# but also for dependencies for compiler-specific modules.
2828#
2929# The current version is the one that is used with the latest Kotlin.
3030#
3131# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
32- atomicfu = " 0.27 .0"
32+ atomicfu = " 0.28 .0"
3333serialization = " 1.8.1"
3434detekt-gradle-plugin = " 1.23.8"
35- gradle-kotlin-dsl = " 5.1.2 "
35+ gradle-kotlin-dsl = " 5.2.0 "
3636binary-compatibility-validator = " 0.17.0"
3737kover = " 0.9.1"
3838
You can’t perform that action at this time.
0 commit comments