Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-services to v1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 98588dd commit ad4b4c8
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
@@ -1,7 +1,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-services:1.59.0")
implementation("io.grpc:grpc-stub:1.59.0")
compileOnly("org.apache.tomcat:annotations-api:6.0.53")
}
Expand Down

0 comments on commit ad4b4c8

Please sign in to comment.