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 04bc14b commit 3f0115dCopy full SHA for 3f0115d
sigstore-java/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation("dev.sigstore:protobuf-specs:0.2.1") {
24
because("It generates Sigstore Bundle file")
25
}
26
- implementation(platform("com.google.protobuf:protobuf-bom:3.24.4"))
+ implementation(platform("com.google.protobuf:protobuf-bom:3.25.0"))
27
implementation("com.google.protobuf:protobuf-java-util") {
28
because("It converts protobuf to json")
29
@@ -61,7 +61,7 @@ dependencies {
61
62
protobuf {
63
protoc {
64
- artifact = "com.google.protobuf:protoc:3.24.4"
+ artifact = "com.google.protobuf:protoc:3.25.0"
65
66
plugins {
67
id("grpc") {
0 commit comments