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 14bf601 commit 26406b5Copy full SHA for 26406b5
sigstore-java/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation("dev.sigstore:protobuf-specs:0.0.1") {
24
because("It generates Sigstore Bundle file")
25
}
26
- implementation("com.google.protobuf:protobuf-java-util:3.13.0") {
+ implementation("com.google.protobuf:protobuf-java-util:3.21.12") {
27
because("It converts protobuf to json")
28
29
0 commit comments