Skip to content

Commit d052dfd

Browse files
authored
Merge pull request #573 from sigstore/renovate/protobuf_grpc
fix(deps): update protobuf_grpc to v3.25.0
2 parents ef58838 + 3f0115d commit d052dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sigstore-java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("dev.sigstore:protobuf-specs:0.2.1") {
2424
because("It generates Sigstore Bundle file")
2525
}
26-
implementation(platform("com.google.protobuf:protobuf-bom:3.24.4"))
26+
implementation(platform("com.google.protobuf:protobuf-bom:3.25.0"))
2727
implementation("com.google.protobuf:protobuf-java-util") {
2828
because("It converts protobuf to json")
2929
}
@@ -61,7 +61,7 @@ dependencies {
6161

6262
protobuf {
6363
protoc {
64-
artifact = "com.google.protobuf:protoc:3.24.4"
64+
artifact = "com.google.protobuf:protoc:3.25.0"
6565
}
6666
plugins {
6767
id("grpc") {

0 commit comments

Comments
 (0)