Skip to content

Commit 75bbadd

Browse files
fix(deps): update dependency io.grpc:grpc-protobuf to v1.59.0
1 parent c501357 commit 75bbadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-agones-sdk/bindings/java/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api("com.google.protobuf:protobuf-java:3.25.0")
3-
implementation("io.grpc:grpc-protobuf:1.58.0")
3+
implementation("io.grpc:grpc-protobuf:1.59.0")
44
implementation("io.grpc:grpc-services:1.59.0")
55
implementation("io.grpc:grpc-stub:1.59.0")
66
compileOnly("org.apache.tomcat:annotations-api:6.0.53")

0 commit comments

Comments
 (0)