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 Jan 22, 2025
1 parent 21bda18 commit 07ef2a7
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.29.2"))
implementation(platform("com.google.protobuf:protobuf-bom:4.29.3"))
implementation("com.google.protobuf:protobuf-java-util")

// grpc deps
implementation(platform("io.grpc:grpc-bom:1.69.0"))
implementation(platform("io.grpc:grpc-bom:1.70.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.29.2"
artifact = "com.google.protobuf:protoc:4.29.3"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.69.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.70.0"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 07ef2a7

Please sign in to comment.