1
1
[versions ]
2
2
coroutines = " 1.10.2" # https://github.com/Kotlin/kotlinx.coroutines
3
- junit = " 5.13.3 " # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
3
+ junit = " 5.13.4 " # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
4
4
kotlin = " 2.2.0" # 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
7
- spotless = " 7.1.0 " # https://github.com/diffplug/spotless
7
+ spotless = " 7.2.1 " # https://github.com/diffplug/spotless
8
8
dependency = " 1.33.0" # https://github.com/autonomousapps/dependency-analysis-gradle-plugin
9
9
pitest = " 1.15.0" # https://plugins.gradle.org/plugin/info.solidsoft.pitest
10
10
ktlint = " 13.0.0" # https://github.com/JLLeitschuh/ktlint-gradle
@@ -16,11 +16,11 @@ lincheck = "2.29" # https://github.com/JetBrains/lincheck
16
16
serialization = " 1.9.0" # https://github.com/Kotlin/kotlinx.serialization
17
17
retrofit = " 3.0.0" # https://github.com/square/retrofit
18
18
okhttp = " 5.1.0" # https://square.github.io/okhttp/changelogs/changelog
19
- dagger = " 2.56.2 " # https://dagger.dev
19
+ dagger = " 2.57 " # https://dagger.dev
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
23
- assertj = " 3.27.3 " # https://mvnrepository.com/artifact/org.assertj/assertj-core | https://assertj.github.io/doc
23
+ assertj = " 3.27.4 " # https://mvnrepository.com/artifact/org.assertj/assertj-core | https://assertj.github.io/doc
24
24
mockito = " 5.18.0" # https://mvnrepository.com/artifact/org.mockito/mockito-core
25
25
mockitoKotlin = " 6.0.0" # https://github.com/mockito/mockito-kotlin
26
26
logback = " 1.5.18" # https://logback.qos.ch
0 commit comments