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 a729263 commit 677df9bCopy full SHA for 677df9b
1 file changed
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.82.1"))
+ implementation(platform("io.grpc:grpc-bom:1.83.1"))
32
implementation("io.grpc:grpc-protobuf")
33
implementation("io.grpc:grpc-stub")
34
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -64,7 +64,7 @@ protobuf {
64
}
65
plugins {
66
id("grpc") {
67
- artifact = "io.grpc:protoc-gen-grpc-java:1.82.1"
+ artifact = "io.grpc:protoc-gen-grpc-java:1.83.1"
68
69
70
generateProtoTasks {
0 commit comments