From 9d06589d205742c801bd765700425756290c7fe8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 19 Sep 2024 16:17:17 +0000
Subject: [PATCH] chore(deps): bump com.google.protobuf:protobuf-java

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.3 to 3.25.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.16.3...v3.25.5)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 other/java/client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml
index 7e5c3f732..ab98a90d1 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -31,7 +31,7 @@
     </scm>
 
     <properties>
-        <protobuf.version>3.16.3</protobuf.version>
+        <protobuf.version>3.25.5</protobuf.version>
         <!-- follow https://github.com/grpc/grpc-java -->
         <grpc.version>1.53.0</grpc.version>
         <guava.version>32.0.0-jre</guava.version>