@@ -10,19 +10,19 @@ pitest = "1.15.0" # https://plugins.gradle.org/plugin/info.solidsoft.p
1010ktlint = " 12.2.0" # https://github.com/JLLeitschuh/ktlint-gradle
1111kapt = " 2.1.0" # https://kotlinlang.org/docs/kapt.html
1212slf4j = " 2.0.17" # https://www.slf4j.org TODO remove
13- rxjava = " 3.1.10" # https://github.com/ReactiveX/RxJava TODO remove
14- rxkotlin = " 3.0.1" # https://github.com/ReactiveX/RxKotlin TODO remove
13+ rxjava = " 3.1.10" # https://github.com/ReactiveX/RxJava
14+ rxkotlin = " 3.0.1" # https://github.com/ReactiveX/RxKotlin
1515lincheck = " 2.36" # https://github.com/JetBrains/lincheck
1616serialization = " 1.8.1" # https://github.com/Kotlin/kotlinx.serialization
17- retrofit = " 2.11.0" # https://github.com/square/retrofit TODO remove
18- okhttp = " 5.0.0-alpha.14" # https://square.github.io/okhttp/changelogs/changelog TODO remove
19- dagger = " 2.56.1" # https://dagger.dev TODO remove
17+ retrofit = " 2.11.0" # https://github.com/square/retrofit
18+ okhttp = " 5.0.0-alpha.14" # https://square.github.io/okhttp/changelogs/changelog
19+ dagger = " 2.56.1" # https://dagger.dev
2020jmh = " 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
2424mockito = " 5.17.0" # https://mvnrepository.com/artifact/org.mockito/mockito-core
25- mockito_kotlin = " 5.4.0" # https://github.com/mockito/mockito-kotlin
25+ mockitoKotlin = " 5.4.0" # https://github.com/mockito/mockito-kotlin
2626logback = " 1.5.18" # https://logback.qos.ch
2727hamcrest = " 3.0" # https://hamcrest.org/JavaHamcrest/distributables
2828mockk = " 1.14.0" # https://mockk.io
@@ -32,8 +32,9 @@ jsoup = "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
35- protobuf = " 0.9.5"
36- protoc = " 4.30.2"
35+ protobufPlugin = " 0.9.5" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
36+ protobufKotlin = " 4.30.0" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
37+ protoc = " 4.30.2" # https://mvnrepository.com/artifact/com.google.protobuf/protoc
3738binaryCompatibility = " 0.17.0"
3839
3940[libraries ]
@@ -64,7 +65,7 @@ slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
6465jsoup = { module = " org.jsoup:jsoup" , version.ref = " jsoup" }
6566sandwich-retrofit = { group = " com.github.skydoves" , name = " sandwich-retrofit" , version.ref = " sandwich" }
6667protobuf-protoc = { group = " com.google.protobuf" , name = " protoc" , version.ref = " protoc" }
67- # detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting ", version.ref = "detekt " }
68+ protobuf-kotlin = { group = " com.google.protobuf " , name = " protobuf-kotlin " , version.ref = " protobufKotlin " }
6869
6970# testing libs
7071junit = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit" }
@@ -73,7 +74,7 @@ kotlintest-core = { module = "io.kotlintest:kotlintest-core", version.ref = "kot
7374kotlintest-junit5 = { module = " io.kotlintest:kotlintest-runner-junit5" , version.ref = " kotlintest" }
7475assertj = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
7576mockito = { module = " org.mockito:mockito-core" , version.ref = " mockito" }
76- mockito-kotlin = { module = " org.mockito.kotlin:mockito-kotlin" , version.ref = " mockito_kotlin " }
77+ mockito-kotlin = { module = " org.mockito.kotlin:mockito-kotlin" , version.ref = " mockitoKotlin " }
7778logback = { module = " ch.qos.logback:logback-core" , version.ref = " logback" }
7879logback-classic = { module = " ch.qos.logback:logback-classic" , version.ref = " logback" }
7980hamcrest = { module = " org.hamcrest:hamcrest" , version.ref = " hamcrest" }
@@ -96,5 +97,5 @@ pitest = { id = "info.solidsoft.pitest", version.ref = "pitest" }
9697kover = { id = " org.jetbrains.kotlinx.kover" , version.ref = " kover" }
9798diktat = { id = " com.saveourtool.diktat" , version.ref = " diktat" }
9899ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version.ref = " ktlint" }
99- protobuf = { id = " com.google.protobuf" , version.ref = " protobuf " }
100+ protobuf = { id = " com.google.protobuf" , version.ref = " protobufPlugin " }
100101kotlin-binary-compatibility = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " binaryCompatibility" }
0 commit comments