Skip to content

Commit 30f038a

Browse files
committed
Merge branch 'main' of github.com:ashtanko/Kotlin-Lab
2 parents 3e9a3a4 + 9201d1a commit 30f038a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ dependencies {
330330
implementation("org.openjdk.jol:jol-core:0.17")
331331
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
332332
implementation(jsoup)
333-
implementation("com.google.protobuf:protobuf-java:3.19.1")
334-
implementation("com.google.protobuf:protobuf-kotlin-lite:3.19.6")
333+
implementation("com.google.protobuf:protobuf-java:4.30.0")
334+
implementation("com.google.protobuf:protobuf-kotlin-lite:4.30.0")
335335
implementation("io.grpc:grpc-stub:1.15.1")
336336
implementation("io.grpc:grpc-protobuf:1.15.1")
337337

gradle/libs.versions.toml

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

3838
[libraries]
3939
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", version.ref = "coroutines" }

0 commit comments

Comments
 (0)