We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8be12 commit 054146cCopy full SHA for 054146c
1 file changed
sigstore-java/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
// this requires inclusion of protos is src/main/proto
25
protobuf("dev.sigstore:protobuf-specs:0.5.0")
26
27
- implementation(platform("com.google.protobuf:protobuf-bom:4.33.2"))
+ implementation(platform("com.google.protobuf:protobuf-bom:4.33.4"))
28
implementation("com.google.protobuf:protobuf-java-util")
29
30
// grpc deps
@@ -61,7 +61,7 @@ dependencies {
61
62
protobuf {
63
protoc {
64
- artifact = "com.google.protobuf:protoc:4.33.2"
+ artifact = "com.google.protobuf:protoc:4.33.4"
65
}
66
plugins {
67
id("grpc") {
0 commit comments