Skip to content

Commit e895945

Browse files
Update Core dependencies (non-major)
1 parent 9c50ec0 commit e895945

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle-conventions-settings/develocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ configurations.configureEach {
1717

1818
dependencies {
1919
implementation("com.gradle:develocity-gradle-plugin:3.17")
20-
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
20+
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1")
2121
}

versions-root/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
1010
detekt-analyzer = "1.23.6"
1111
coroutines = "1.10.1"
1212
ktor = "3.0.3"
13-
kotlin-logging = "7.0.3"
13+
kotlin-logging = "7.0.4"
1414
slf4j = "2.0.16"
1515
logback = "1.3.14"
16-
gradle-plugin-publish = "1.3.0"
17-
kotlin-wrappers = "2025.1.2"
16+
gradle-plugin-publish = "1.3.1"
17+
kotlin-wrappers = "2025.2.2"
1818
junit4 = "4.13.2"
1919
junit5 = "5.11.4"
2020
intellij = "233.13135.128"
2121
gradle-doctor = "0.10.0"
2222
kotlinx-browser = "0.3"
23-
shadow-jar = "9.0.0-beta4"
23+
shadow-jar = "9.0.0-beta7"
2424

2525
# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
2626
# but also for dependencies for compiler-specific modules.
@@ -31,7 +31,7 @@ shadow-jar = "9.0.0-beta4"
3131
atomicfu = "0.27.0"
3232
serialization = "1.8.0"
3333
detekt-gradle-plugin = "1.23.7"
34-
gradle-kotlin-dsl = "5.1.2"
34+
gradle-kotlin-dsl = "5.2.0"
3535
binary-compatibility-validator = "0.17.0"
3636
kover = "0.9.1"
3737

0 commit comments

Comments
 (0)