Skip to content

Commit 8417344

Browse files
renovate[bot]Mr3zee
authored andcommitted
Update Core dependencies (non-major)
1 parent 78dc971 commit 8417344

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3333
dependencyResolutionManagement {

versions-root/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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
1010
detekt-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"
1414
slf4j = "2.0.16"
1515
logback = "1.3.14"
1616
gradle-plugin-publish = "1.3.0"
17-
kotlin-wrappers = "1.0.0-pre.823"
17+
kotlin-wrappers = "1.0.0-pre.860"
1818
junit4 = "4.13.2"
19-
junit5 = "5.11.3"
19+
junit5 = "5.11.4"
2020
intellij = "233.13135.128"
2121
gradle-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"
3333
detekt-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

0 commit comments

Comments
 (0)