@@ -9,7 +9,7 @@ dependency = "1.33.0" # https://github.com/autonomousapps/dependency-analy
99pitest = " 1.15.0" # https://plugins.gradle.org/plugin/info.solidsoft.pitest
1010ktlint = " 12.2.0" # https://github.com/JLLeitschuh/ktlint-gradle
1111kapt = " 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
1313rxjava = " 3.1.10" # https://github.com/ReactiveX/RxJava TODO remove
1414rxkotlin = " 3.0.1" # https://github.com/ReactiveX/RxKotlin TODO remove
1515lincheck = " 2.36" # https://github.com/JetBrains/lincheck
@@ -21,19 +21,19 @@ jmh = "1.37" # https://github.com/openjdk/jmh
2121kotlintest = " 3.4.2" # https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core
2222kotest = " 5.9.1" # https://kotest.io
2323assertj = " 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
2525mockito_kotlin = " 5.4.0" # https://github.com/mockito/mockito-kotlin
2626logback = " 1.5.17" # https://logback.qos.ch
2727hamcrest = " 3.0" # https://hamcrest.org/JavaHamcrest/distributables
28- mockk = " 1.13.16 " # https://mockk.io
28+ mockk = " 1.13.17 " # https://mockk.io
2929kover = " 0.9.1" # https://github.com/Kotlin/kotlinx-kover
3030diktat = " 2.0.0" # https://github.com/saveourtool/diktat
3131jsoup = " 1.19.1" # https://jsoup.org/
3232turbine = " 1.2.0" # https://github.com/cashapp/turbine/releases
3333truth = " 1.4.4" # https://central.sonatype.com/artifact/com.google.truth/truth/overview
3434sandwich = " 2.1.0" # https://github.com/skydoves/sandwich
3535protobuf = " 0.9.2"
36- protoc = " 3.19.1 "
36+ protoc = " 4.30.0 "
3737
3838[libraries ]
3939kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" , version.ref = " coroutines" }
0 commit comments