Skip to content

Commit

Permalink
Update dependency io.grpc:grpc-bom to v1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2022
1 parent cb60f1d commit 3d1341e
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 @@ -26,7 +26,7 @@ dependencies {
implementation("io.github.erdtman:java-json-canonicalization:1.1")

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

0 comments on commit 3d1341e

Please sign in to comment.