Skip to content

Commit

Permalink
Merge pull request #789 from sigstore/renovate/protobuf_grpc
Browse files Browse the repository at this point in the history
Update protobuf_grpc
  • Loading branch information
loosebazooka authored Aug 19, 2024
2 parents 0575435 + 33c5c00 commit 69fac13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ dependencies {
// this requires inclusion of protos is src/main/proto
protobuf("dev.sigstore:protobuf-specs:0.3.2")

implementation(platform("com.google.protobuf:protobuf-bom:4.27.2"))
implementation(platform("com.google.protobuf:protobuf-bom:4.27.3"))
implementation("com.google.protobuf:protobuf-java-util")

// grpc deps
implementation(platform("io.grpc:grpc-bom:1.65.1"))
implementation(platform("io.grpc:grpc-bom:1.66.0"))
implementation("io.grpc:grpc-protobuf")
implementation("io.grpc:grpc-stub")
runtimeOnly("io.grpc:grpc-netty-shaded")
Expand Down Expand Up @@ -63,11 +63,11 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.27.2"
artifact = "com.google.protobuf:protoc:4.27.3"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.65.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.66.0"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 69fac13

Please sign in to comment.