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 Jul 12, 2024
1 parent 97c9e8b commit cec3e21
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 {
protobuf("dev.sigstore:protobuf-specs:0.3.2")
protobuf("com.google.api.grpc:proto-google-common-protos:2.41.0")

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

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

0 comments on commit cec3e21

Please sign in to comment.