Skip to content

Commit aff6b4e

Browse files
authored
Merge pull request #1154 from sigstore/renovate/protobuf_grpc
fix(deps): update protobuf_grpc to v4.33.4
2 parents 53a4cb0 + 054146c commit aff6b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sigstore-java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// this requires inclusion of protos is src/main/proto
2525
protobuf("dev.sigstore:protobuf-specs:0.5.0")
2626

27-
implementation(platform("com.google.protobuf:protobuf-bom:4.33.2"))
27+
implementation(platform("com.google.protobuf:protobuf-bom:4.33.4"))
2828
implementation("com.google.protobuf:protobuf-java-util")
2929

3030
// grpc deps
@@ -61,7 +61,7 @@ dependencies {
6161

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

0 commit comments

Comments
 (0)