We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01c168 commit b5d777bCopy full SHA for b5d777b
sigstore-java/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("com.google.protobuf:protobuf-java-util")
28
29
// grpc deps
30
- implementation(platform("io.grpc:grpc-bom:1.62.2"))
+ implementation(platform("io.grpc:grpc-bom:1.63.0"))
31
implementation("io.grpc:grpc-protobuf")
32
implementation("io.grpc:grpc-stub")
33
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -66,7 +66,7 @@ protobuf {
66
}
67
plugins {
68
id("grpc") {
69
- artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
+ artifact = "io.grpc:protoc-gen-grpc-java:1.63.0"
70
71
72
generateProtoTasks {
0 commit comments