Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-stub to v1.59.0 (jeremylvln…
Browse files Browse the repository at this point in the history
…#201)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 3, 2023
1 parent 135616f commit e422ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-agones-sdk/bindings/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api("com.google.protobuf:protobuf-java:3.25.0")
implementation("io.grpc:grpc-protobuf:1.58.0")
implementation("io.grpc:grpc-services:1.58.0")
implementation("io.grpc:grpc-stub:1.58.0")
implementation("io.grpc:grpc-stub:1.59.0")
compileOnly("org.apache.tomcat:annotations-api:6.0.53")
}

Expand Down

0 comments on commit e422ef2

Please sign in to comment.