Skip to content

Commit

Permalink
Update dependency io.grpc:grpc-bom to v1.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2022
1 parent 2cd04a7 commit 00bc902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("io.github.erdtman:java-json-canonicalization:1.1")

// grpc deps
implementation(platform("io.grpc:grpc-bom:1.50.0"))
implementation(platform("io.grpc:grpc-bom:1.50.2"))
implementation("io.grpc:grpc-protobuf")
implementation("io.grpc:grpc-stub")
runtimeOnly("io.grpc:grpc-netty-shaded")
Expand Down

0 comments on commit 00bc902

Please sign in to comment.