Skip to content

Commit 34fd9c7

Browse files
committed
Merge branch 'main' of github.com:ashtanko/Kotlin-Lab
2 parents a507e72 + 7f8beec commit 34fd9c7

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:4.30.1")
334-
implementation("com.google.protobuf:protobuf-kotlin-lite:4.30.1")
333+
implementation("com.google.protobuf:protobuf-java:4.30.2")
334+
implementation("com.google.protobuf:protobuf-kotlin-lite:4.30.2")
335335
implementation("io.grpc:grpc-stub:1.71.0")
336336
implementation("io.grpc:grpc-protobuf:1.71.0")
337337

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
coroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
3-
junit = "5.12.0" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
3+
junit = "5.12.1" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
44
kotlin = "2.1.20" # https://github.com/JetBrains/kotlin
55
detekt = "1.23.8" # https://github.com/detekt/detekt
66
dokka = "2.0.0" # https://github.com/Kotlin/dokka
@@ -13,10 +13,10 @@ 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
16-
serialization = "1.8.0" # https://github.com/Kotlin/kotlinx.serialization
16+
serialization = "1.8.1" # https://github.com/Kotlin/kotlinx.serialization
1717
retrofit = "2.11.0" # https://github.com/square/retrofit TODO remove
1818
okhttp = "5.0.0-alpha.14" # https://square.github.io/okhttp/changelogs/changelog TODO remove
19-
dagger = "2.56" # https://dagger.dev TODO remove
19+
dagger = "2.56.1" # https://dagger.dev TODO remove
2020
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
@@ -33,7 +33,7 @@ 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 = "4.30.1"
36+
protoc = "4.30.2"
3737

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

0 commit comments

Comments
 (0)