Skip to content

Commit

Permalink
fix(deps): update protobuf_grpc to v1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vlsi committed Apr 15, 2024
1 parent d01c168 commit b5d777b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("com.google.protobuf:protobuf-java-util")

// grpc deps
implementation(platform("io.grpc:grpc-bom:1.62.2"))
implementation(platform("io.grpc:grpc-bom:1.63.0"))
implementation("io.grpc:grpc-protobuf")
implementation("io.grpc:grpc-stub")
runtimeOnly("io.grpc:grpc-netty-shaded")
Expand Down Expand Up @@ -66,7 +66,7 @@ protobuf {
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
artifact = "io.grpc:protoc-gen-grpc-java:1.63.0"
}
}
generateProtoTasks {
Expand Down

0 comments on commit b5d777b

Please sign in to comment.