Skip to content

Commit

Permalink
chore(deps): bump io.grpc:grpc-protobuf from 1.68.2 to 1.69.0 in /hie…
Browse files Browse the repository at this point in the history
…ro-dependency-versions (#2133)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent ce9dada commit dcc06d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies.constraints {
api("com.google.protobuf:protobuf-javalite:4.29.1") { because("com.google.protobuf") }
api("io.grpc:grpc-api:1.69.0") { because("io.grpc") }
api("io.grpc:grpc-inprocess:1.67.1") { because("io.grpc.inprocess") }
api("io.grpc:grpc-protobuf:1.68.2") { because("io.grpc.protobuf") }
api("io.grpc:grpc-protobuf-lite:1.68.2") { because("io.grpc.protobuf.lite") }
api("io.grpc:grpc-protobuf:1.69.0") { because("io.grpc.protobuf") }
api("io.grpc:grpc-protobuf-lite:1.69.0") { because("io.grpc.protobuf.lite") }
api("io.grpc:grpc-stub:1.68.2") { because("io.grpc.stub") }
api("com.google.code.findbugs:jsr305:3.0.2") { because("java.annotation") }
api("org.bouncycastle:bcpkix-jdk18on:1.79") { because("org.bouncycastle.pkix") }
Expand Down

0 comments on commit dcc06d5

Please sign in to comment.