@@ -9,7 +9,7 @@ buildscript {
9
9
plugins {
10
10
id ' java'
11
11
id ' maven-publish'
12
- id ' org.jetbrains.kotlin.jvm' version ' 1.9.10 '
12
+ id ' org.jetbrains.kotlin.jvm' version ' 1.9.24 '
13
13
id ' jacoco'
14
14
}
15
15
java {
@@ -49,24 +49,24 @@ def urlFile = { url, name ->
49
49
dependencies {
50
50
compileOnly ' org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
51
51
52
- implementation ' org.jetbrains:annotations:23.0 .0'
53
- implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.24.2 '
54
- implementation ' com.google.protobuf:protobuf-java-util:3.24.2 '
55
- implementation group : ' net.java.dev.jna' , name : ' jna' , version : ' 5.13 .0'
56
- implementation ' io.grpc:grpc-kotlin-stub:1.3 .1'
57
- implementation ' io.grpc:grpc-protobuf:1.57.2 '
58
- implementation ' com.google.protobuf:protobuf-kotlin:3.24.2 '
59
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 '
52
+ implementation ' org.jetbrains:annotations:23.1 .0'
53
+ implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.25.3 '
54
+ implementation ' com.google.protobuf:protobuf-java-util:3.25.3 '
55
+ implementation group : ' net.java.dev.jna' , name : ' jna' , version : ' 5.14 .0'
56
+ implementation ' io.grpc:grpc-kotlin-stub:1.4 .1'
57
+ implementation ' io.grpc:grpc-protobuf:1.63.0 '
58
+ implementation ' com.google.protobuf:protobuf-kotlin:3.25.3 '
59
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 '
60
60
61
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0 '
62
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.0 '
63
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.0 '
61
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2 '
62
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2 '
63
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.2 '
64
64
65
65
implementation ' io.leonard:base58:0.0.2'
66
- implementation ' io.grpc:grpc-netty-shaded:1.57.2 '
67
- implementation ' io.grpc:grpc-protobuf:1.57.2 '
66
+ implementation ' io.grpc:grpc-netty-shaded:1.63.0 '
67
+ implementation ' io.grpc:grpc-protobuf:1.63.0 '
68
68
// This has to match the version of protoc-gen-grpc-java used in `sdk/devops/generate_proto_files.py`
69
- implementation ' io.grpc:grpc-stub:1.57.2 '
69
+ implementation ' io.grpc:grpc-stub:1.63.0 '
70
70
}
71
71
72
72
test {
0 commit comments