Skip to content

Commit

Permalink
Merge pull request #127 from sigstore/renovate/io.grpc-grpc-bom-1.x
Browse files Browse the repository at this point in the history
Update dependency io.grpc:grpc-bom to v1.49.0
  • Loading branch information
loosebazooka authored Sep 11, 2022
2 parents ece7744 + 3d1341e commit 2c85f55
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 2c85f55

Please sign in to comment.