Skip to content

Commit

Permalink
Update protobuf_grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent f20f4db commit 9570480
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.28.3"))
implementation(platform("com.google.protobuf:protobuf-bom:4.29.0"))
implementation("com.google.protobuf:protobuf-java-util")

// grpc deps
implementation(platform("io.grpc:grpc-bom:1.68.1"))
implementation(platform("io.grpc:grpc-bom:1.68.2"))
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.28.3"
artifact = "com.google.protobuf:protoc:4.29.0"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.68.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.68.2"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 9570480

Please sign in to comment.