1
1
[versions ]
2
2
coroutines = " 1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
3
- junit = " 5.12.0 " # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
3
+ junit = " 5.12.1 " # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
4
4
kotlin = " 2.1.20" # https://github.com/JetBrains/kotlin
5
5
detekt = " 1.23.8" # https://github.com/detekt/detekt
6
6
dokka = " 2.0.0" # https://github.com/Kotlin/dokka
@@ -13,10 +13,10 @@ slf4j = "2.0.17" # https://www.slf4j.org TODO remove
13
13
rxjava = " 3.1.10" # https://github.com/ReactiveX/RxJava TODO remove
14
14
rxkotlin = " 3.0.1" # https://github.com/ReactiveX/RxKotlin TODO remove
15
15
lincheck = " 2.36" # https://github.com/JetBrains/lincheck
16
- serialization = " 1.8.0 " # https://github.com/Kotlin/kotlinx.serialization
16
+ serialization = " 1.8.1 " # https://github.com/Kotlin/kotlinx.serialization
17
17
retrofit = " 2.11.0" # https://github.com/square/retrofit TODO remove
18
18
okhttp = " 5.0.0-alpha.14" # https://square.github.io/okhttp/changelogs/changelog TODO remove
19
- dagger = " 2.56" # https://dagger.dev TODO remove
19
+ dagger = " 2.56.1 " # https://dagger.dev TODO remove
20
20
jmh = " 1.37" # https://github.com/openjdk/jmh
21
21
kotlintest = " 3.4.2" # https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core
22
22
kotest = " 5.9.1" # https://kotest.io
@@ -33,7 +33,7 @@ turbine = "1.2.0" # https://github.com/cashapp/turbine/releases
33
33
truth = " 1.4.4" # https://central.sonatype.com/artifact/com.google.truth/truth/overview
34
34
sandwich = " 2.1.0" # https://github.com/skydoves/sandwich
35
35
protobuf = " 0.9.2"
36
- protoc = " 4.30.1 "
36
+ protoc = " 4.30.2 "
37
37
38
38
[libraries ]
39
39
kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" , version.ref = " coroutines" }
0 commit comments