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.
2 parents 1fe61b2 + a7314ca commit 064d0b6Copy full SHA for 064d0b6
sigstore-java/build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
implementation("com.google.protobuf:protobuf-java-util")
29
30
// grpc deps
31
- implementation(platform("io.grpc:grpc-bom:1.64.0"))
+ implementation(platform("io.grpc:grpc-bom:1.65.1"))
32
implementation("io.grpc:grpc-protobuf")
33
implementation("io.grpc:grpc-stub")
34
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -67,7 +67,7 @@ protobuf {
67
}
68
plugins {
69
id("grpc") {
70
- artifact = "io.grpc:protoc-gen-grpc-java:1.64.0"
+ artifact = "io.grpc:protoc-gen-grpc-java:1.65.1"
71
72
73
generateProtoTasks {
0 commit comments