File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
9
9
# kotlin independent versions
10
10
detekt-analyzer = " 1.23.6"
11
11
coroutines = " 1.10.2"
12
- ktor = " 3.1.2 "
13
- kotlin-logging = " 7.0.6 "
12
+ ktor = " 3.1.3 "
13
+ kotlin-logging = " 7.0.7 "
14
14
slf4j = " 2.0.17"
15
15
logback = " 1.3.14"
16
16
gradle-plugin-publish = " 1.3.1"
17
- kotlin-wrappers = " 2025.4.8 "
17
+ kotlin-wrappers = " 2025.5.7 "
18
18
junit4 = " 4.13.2"
19
- junit5 = " 5.12.1 "
19
+ junit5 = " 5.12.2 "
20
20
# intellij = "241.19416.19" apply for 2.2.0 update
21
21
intellij = " 233.13135.128"
22
22
gradle-doctor = " 0.10.0"
23
23
kotlinx-browser = " 0.3"
24
- shadow-jar = " 9.0.0-beta12 "
24
+ shadow-jar = " 9.0.0-beta13 "
25
25
26
26
# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
27
27
# but also for dependencies for compiler-specific modules.
@@ -32,7 +32,7 @@ shadow-jar = "9.0.0-beta12"
32
32
atomicfu = " 0.27.0"
33
33
serialization = " 1.8.1"
34
34
detekt-gradle-plugin = " 1.23.8"
35
- gradle-kotlin-dsl = " 5.1.2 "
35
+ gradle-kotlin-dsl = " 5.2.0 "
36
36
binary-compatibility-validator = " 0.17.0"
37
37
kover = " 0.9.1"
38
38
You can’t perform that action at this time.
0 commit comments