Skip to content

Commit

Permalink
Merge pull request #573 from sigstore/renovate/protobuf_grpc
Browse files Browse the repository at this point in the history
fix(deps): update protobuf_grpc to v3.25.0
  • Loading branch information
loosebazooka authored Nov 13, 2023
2 parents ef58838 + 3f0115d commit d052dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("dev.sigstore:protobuf-specs:0.2.1") {
because("It generates Sigstore Bundle file")
}
implementation(platform("com.google.protobuf:protobuf-bom:3.24.4"))
implementation(platform("com.google.protobuf:protobuf-bom:3.25.0"))
implementation("com.google.protobuf:protobuf-java-util") {
because("It converts protobuf to json")
}
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.24.4"
artifact = "com.google.protobuf:protoc:3.25.0"
}
plugins {
id("grpc") {
Expand Down

0 comments on commit d052dfd

Please sign in to comment.