From 6750f3f7f62562781ad69aa5c79ceed929a255eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:55:31 +0000 Subject: [PATCH] fix(deps): update dependency com.google.protobuf:protobuf-java to v4.32.0 --- agones/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agones/build.gradle.kts b/agones/build.gradle.kts index 09c5bb9..89e01af 100644 --- a/agones/build.gradle.kts +++ b/agones/build.gradle.kts @@ -10,5 +10,5 @@ dependencies { api(libs.grpc.netty) api(libs.grpc.okhttp) api(libs.tomcat.annotations.api) - api("com.google.protobuf:protobuf-java:4.28.2") + api("com.google.protobuf:protobuf-java:4.32.0") } \ No newline at end of file