1
1
[plugins ]
2
- kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version = " 1.8.0 " }
3
- protobuf = { id = " com.google.protobuf" , version = " 0.9.4 " }
2
+ kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version = " 2.1.20 " }
3
+ protobuf = { id = " com.google.protobuf" , version = " 0.9.5 " }
4
4
test-retry = { id = " org.gradle.test-retry" , version = " 1.5.7" }
5
- publish-plugin = { id = " io.github.gradle-nexus.publish-plugin" , version = " 1.3 .0" }
6
- dokka = { id = " org.jetbrains.dokka" , version = " 1.9.20 " }
5
+ publish-plugin = { id = " io.github.gradle-nexus.publish-plugin" , version = " 2.0 .0" }
6
+ dokka = { id = " org.jetbrains.dokka" , version = " 2.0.0 " }
7
7
qoomon-git-versioning = { id = " me.qoomon.git-versioning" , version = " 6.4.3" }
8
8
kotlin-power-assert = { id = " com.bnorm.power.kotlin-power-assert" , version = " 0.13.0" }
9
9
10
10
[libraries ]
11
- kotlinx-coroutines-core = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version = " 1.8.0" }
12
- kotlinx-coroutines-core-jvm = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core-jvm" , version = " 1.8.0" }
13
- kotlinx-coroutines-debug = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-debug" , version = " 1.8.0" }
11
+ kotlinx-coroutines-core = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version = " 1.10.1" }
12
+ kotlinx-coroutines-core-jvm = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core-jvm" , version = " 1.10.1" }
14
13
grpc-protobuf = { group = " io.grpc" , name = " grpc-protobuf" , version = " 1.62.2" }
15
14
grpc-protobuf-lite = { group = " io.grpc" , name = " grpc-protobuf-lite" , version = " 1.62.2" }
16
15
grpc-alts = { group = " io.grpc" , name = " grpc-alts" , version = " 1.62.2" }
@@ -26,11 +25,10 @@ junit = { group = "junit", name = "junit", version = "4.13.2" }
26
25
junit-platform-launcher = { group = " org.junit.platform" , name = " junit-platform-launcher" , version = " 1.10.2" }
27
26
guava = { group = " com.google.guava" , name = " guava" , version = " 33.0.0-jre" }
28
27
jimfs = { group = " com.google.jimfs" , name = " jimfs" , version = " 1.3.0" }
29
- protobuf-gradle-plugin = { group = " com.google.protobuf" , name = " protobuf-gradle-plugin" , version = " 0.9.4" }
30
- mockito-kotlin = { group = " com.nhaarman.mockitokotlin2" , name = " mockito-kotlin" , version = " 2.2.0" }
28
+ protobuf-gradle-plugin = { group = " com.google.protobuf" , name = " protobuf-gradle-plugin" , version = " 0.9.5" }
31
29
junit-jupiter = { group = " org.junit.jupiter" , name = " junit-jupiter" , version = " 5.10.2" }
32
30
junit-jupiter-engine = { group = " org.junit.jupiter" , name = " junit-jupiter-engine" , version = " 5.10.2" }
33
- mockito-core = { group = " org.mockito" , name = " mockito-core" , version = " 4.11 .0" }
31
+ mockito-core = { group = " org.mockito" , name = " mockito-core" , version = " 5.17 .0" }
34
32
protoc = { group = " com.google.protobuf" , name = " protoc" , version = " 3.25.3" }
35
33
protobuf-java = { group = " com.google.protobuf" , name = " protobuf-java" , version = " 3.25.3" }
36
34
truth = { group = " com.google.truth" , name = " truth" , version = " 1.4.2" }
0 commit comments