Skip to content

Commit

Permalink
fix(deps): update protobuf_grpc to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent b9677f4 commit 8ac03d9
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.3.0") {
because("It generates Sigstore Bundle file")
}
implementation(platform("com.google.protobuf:protobuf-bom:3.25.3"))
implementation(platform("com.google.protobuf:protobuf-bom:4.26.0"))
implementation("com.google.protobuf:protobuf-java-util") {
because("It converts protobuf to json")
}
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {

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

0 comments on commit 8ac03d9

Please sign in to comment.