We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a4cb0 + 054146c commit aff6b4eCopy full SHA for aff6b4e
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