File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
gradle-conventions-settings/develocity Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ configurations.configureEach {
16
16
17
17
dependencies {
18
18
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 " )
20
20
}
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ kotlin-logging = "7.0.5"
14
14
slf4j = " 2.0.17"
15
15
logback = " 1.3.14"
16
16
gradle-plugin-publish = " 1.3.1"
17
- kotlin-wrappers = " 2025.3.15 "
17
+ kotlin-wrappers = " 2025.3.20 "
18
18
junit4 = " 4.13.2"
19
19
junit5 = " 5.12.1"
20
20
intellij = " 233.13135.128"
21
21
gradle-doctor = " 0.10.0"
22
22
kotlinx-browser = " 0.3"
23
- shadow-jar = " 9.0.0-beta10 "
23
+ shadow-jar = " 9.0.0-beta11 "
24
24
25
25
# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
26
26
# but also for dependencies for compiler-specific modules.
@@ -31,7 +31,7 @@ shadow-jar = "9.0.0-beta10"
31
31
atomicfu = " 0.27.0"
32
32
serialization = " 1.8.0"
33
33
detekt-gradle-plugin = " 1.23.8"
34
- gradle-kotlin-dsl = " 5.1.2 "
34
+ gradle-kotlin-dsl = " 5.2.0 "
35
35
binary-compatibility-validator = " 0.17.0"
36
36
kover = " 0.9.1"
37
37
You can’t perform that action at this time.
0 commit comments