File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
gradle-conventions-settings/develocity Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ configurations.configureEach {
1616
1717dependencies {
1818 implementation(" com.gradle:develocity-gradle-plugin:3.17" )
19- implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.1" )
19+ implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.2. 1" )
2020}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
2727 id(" conventions-repositories" )
2828 id(" conventions-version-resolution" )
2929 id(" conventions-develocity" )
30- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
30+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
3131}
3232
3333dependencyResolutionManagement {
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
88
99# kotlin independent versions
1010detekt-analyzer = " 1.23.6"
11- coroutines = " 1.10.1 "
12- ktor = " 3.1.1 "
13- kotlin-logging = " 7.0.5 "
11+ coroutines = " 1.10.2 "
12+ ktor = " 3.1.2 "
13+ kotlin-logging = " 7.0.6 "
1414slf4j = " 2.0.17"
1515logback = " 1.3.14"
1616gradle-plugin-publish = " 1.3.1"
17- kotlin-wrappers = " 2025.3.15 "
17+ kotlin-wrappers = " 2025.4.8 "
1818junit4 = " 4.13.2"
1919junit5 = " 5.12.1"
2020intellij = " 233.13135.128"
2121gradle-doctor = " 0.10.0"
2222kotlinx-browser = " 0.3"
23- shadow-jar = " 9.0.0-beta10 "
23+ shadow-jar = " 9.0.0-beta12 "
2424
2525# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
2626# but also for dependencies for compiler-specific modules.
@@ -29,9 +29,9 @@ shadow-jar = "9.0.0-beta10"
2929#
3030# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
3131atomicfu = " 0.27.0"
32- serialization = " 1.8.0 "
32+ serialization = " 1.8.1 "
3333detekt-gradle-plugin = " 1.23.8"
34- gradle-kotlin-dsl = " 5.1.2 "
34+ gradle-kotlin-dsl = " 5.2.0 "
3535binary-compatibility-validator = " 0.17.0"
3636kover = " 0.9.1"
3737
You can’t perform that action at this time.
0 commit comments