File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed 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.8 .0"
30+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
3131}
3232
3333dependencyResolutionManagement {
Original file line number Diff line number Diff line change @@ -8,32 +8,32 @@ 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.9.0 "
12- ktor = " 3.0.1 "
13- kotlin-logging = " 7.0.0 "
11+ coroutines = " 1.10.1 "
12+ ktor = " 3.0.3 "
13+ kotlin-logging = " 7.0.3 "
1414slf4j = " 2.0.16"
1515logback = " 1.3.14"
1616gradle-plugin-publish = " 1.3.0"
17- kotlin-wrappers = " 1.0.0-pre.823 "
17+ kotlin-wrappers = " 1.0.0-pre.860 "
1818junit4 = " 4.13.2"
19- junit5 = " 5.11.3 "
19+ junit5 = " 5.11.4 "
2020intellij = " 233.13135.128"
2121gradle-doctor = " 0.10.0"
22- kotlinx-browser = " 0.2 "
23- shadow-jar = " 9.0.0-beta2 "
22+ kotlinx-browser = " 0.3 "
23+ shadow-jar = " 9.0.0-beta4 "
2424
2525# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
2626# but also for dependencies for compiler-specific modules.
2727#
2828# The current version is the one that is used with the latest Kotlin.
2929#
3030# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
31- atomicfu = " 0.26 .0"
32- serialization = " 1.7.3 "
31+ atomicfu = " 0.27 .0"
32+ serialization = " 1.8.0 "
3333detekt-gradle-plugin = " 1.23.7"
34- gradle-kotlin-dsl = " 5.1.2 "
35- binary-compatibility-validator = " 0.16.3 "
36- kover = " 0.8.3 "
34+ gradle-kotlin-dsl = " 5.2.0 "
35+ binary-compatibility-validator = " 0.17.0 "
36+ kover = " 0.9.1 "
3737
3838[libraries ]
3939# kotlinx.rpc – references to the included builds
You can’t perform that action at this time.
0 commit comments