We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5accaa + 3d6d746 commit ee1eb33Copy full SHA for ee1eb33
1 file changed
build.gradle.kts
@@ -49,9 +49,9 @@ dependencies {
49
implementation("org.apache.commons:commons-configuration2:2.13.0")
50
implementation("commons-beanutils:commons-beanutils:1.11.0")
51
52
- implementation("io.grpc:grpc-stub:1.79.0")
53
- implementation("io.grpc:grpc-protobuf:1.79.0")
54
- implementation("io.grpc:grpc-netty:1.79.0")
+ implementation("io.grpc:grpc-stub:1.80.0")
+ implementation("io.grpc:grpc-protobuf:1.80.0")
+ implementation("io.grpc:grpc-netty:1.80.0")
55
implementation("com.google.protobuf:protobuf-java:4.34.1")
56
}
57
@@ -65,7 +65,7 @@ protobuf {
65
66
plugins {
67
id("grpc") {
68
- artifact = "io.grpc:protoc-gen-grpc-java:1.79.0"
+ artifact = "io.grpc:protoc-gen-grpc-java:1.80.0"
69
70
71
generateProtoTasks {
0 commit comments