File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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 @@ -9,25 +9,25 @@ 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.9.0"
12- ktor = " 3.0.1 "
13- kotlin-logging = " 7.0.0 "
12+ ktor = " 3.0.2 "
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.844 "
1818junit4 = " 4.13.2"
1919junit5 = " 5.11.3"
2020intellij = " 233.13135.128"
2121gradle-doctor = " 0.10.0"
22- kotlinx-browser = " 0.2 "
22+ kotlinx-browser = " 0.3 "
2323
2424# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
2525# but also for dependencies for compiler-specific modules.
2626#
2727# The current version is the one that is used with the latest Kotlin.
2828#
2929# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
30- atomicfu = " 0.26.0 "
30+ atomicfu = " 0.26.1 "
3131serialization = " 1.7.3"
3232detekt-gradle-plugin = " 1.23.7"
3333gradle-kotlin-dsl = " 5.1.2"
You can’t perform that action at this time.
0 commit comments