Skip to content

Commit

Permalink
chore: Upgrade Protobuf+gRPC to 1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 21, 2023
1 parent c84d17d commit a06258e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/jvm/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.22'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.8.22'
implementation 'com.vdurmont:semver4j:3.1.0'
implementation 'io.grpc:grpc-protobuf:1.53.0'
implementation 'io.grpc:grpc-stub:1.53.0'
implementation 'io.grpc:grpc-netty:1.53.0'
implementation 'io.grpc:grpc-protobuf:1.56.1'
implementation 'io.grpc:grpc-stub:1.56.1'
implementation 'io.grpc:grpc-netty:1.56.1'
implementation "javax.annotation:javax.annotation-api:1.3.2"
implementation 'com.google.guava:guava:31.1-jre'
implementation('io.github.microutils:kotlin-logging:3.0.5') {
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {
protobuf {
protoc { artifact = "com.google.protobuf:protoc:3.21.12" }
plugins {
grpc { artifact = "io.grpc:protoc-gen-grpc-java:1.53.0" }
grpc { artifact = "io.grpc:protoc-gen-grpc-java:1.56.1" }
}
generateProtoTasks {
all()*.plugins { grpc {} }
Expand Down

0 comments on commit a06258e

Please sign in to comment.