@@ -9,7 +9,7 @@ dependency = "1.33.0" # https://github.com/autonomousapps/dependency-analy
9
9
pitest = " 1.15.0" # https://plugins.gradle.org/plugin/info.solidsoft.pitest
10
10
ktlint = " 12.2.0" # https://github.com/JLLeitschuh/ktlint-gradle
11
11
kapt = " 2.1.0" # https://kotlinlang.org/docs/kapt.html
12
- slf4j = " 1.7.36 " # https://www.slf4j.org TODO remove
12
+ 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
@@ -21,19 +21,19 @@ 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
23
assertj = " 3.27.3" # https://mvnrepository.com/artifact/org.assertj/assertj-core | https://assertj.github.io/doc
24
- mockito = " 5.15.2 " # https://mvnrepository.com/artifact/org.mockito/mockito-core
24
+ mockito = " 5.16.0 " # https://mvnrepository.com/artifact/org.mockito/mockito-core
25
25
mockito_kotlin = " 5.4.0" # https://github.com/mockito/mockito-kotlin
26
26
logback = " 1.5.17" # https://logback.qos.ch
27
27
hamcrest = " 3.0" # https://hamcrest.org/JavaHamcrest/distributables
28
- mockk = " 1.13.16 " # https://mockk.io
28
+ mockk = " 1.13.17 " # https://mockk.io
29
29
kover = " 0.9.1" # https://github.com/Kotlin/kotlinx-kover
30
30
diktat = " 2.0.0" # https://github.com/saveourtool/diktat
31
31
jsoup = " 1.19.1" # https://jsoup.org/
32
32
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 = " 3.19.1 "
36
+ protoc = " 4.30.0 "
37
37
38
38
[libraries ]
39
39
kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" , version.ref = " coroutines" }
0 commit comments