File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,28 +9,28 @@ 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.9.0"
12
- ktor = " 3.0.0 "
12
+ ktor = " 3.0.1 "
13
13
kotlin-logging = " 7.0.0"
14
14
slf4j = " 2.0.16"
15
15
logback = " 1.3.14"
16
16
gradle-plugin-publish = " 1.3.0"
17
- kotlin-wrappers = " 1.0.0-pre.812 "
17
+ kotlin-wrappers = " 1.0.0-pre.823 "
18
18
junit4 = " 4.13.2"
19
- junit5 = " 5.11.1 "
19
+ junit5 = " 5.11.3 "
20
20
intellij = " 233.13135.128"
21
21
gradle-doctor = " 0.10.0"
22
- kotlinx-browser = " 0.1 "
22
+ kotlinx-browser = " 0.2 "
23
23
24
24
# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
25
25
# but also for dependencies for compiler-specific modules.
26
26
#
27
27
# The current version is the one that is used with the latest Kotlin.
28
28
#
29
29
# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
30
- atomicfu = " 0.25 .0"
30
+ atomicfu = " 0.26 .0"
31
31
serialization = " 1.7.3"
32
32
detekt-gradle-plugin = " 1.23.7"
33
- gradle-kotlin-dsl = " 5.1.1 "
33
+ gradle-kotlin-dsl = " 5.1.2 "
34
34
binary-compatibility-validator = " 0.16.3"
35
35
kover = " 0.8.3"
36
36
You can’t perform that action at this time.
0 commit comments