This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new e6cc803 RATIS-2477. Bump protobuf to 3.25.9 (#100)
e6cc803 is described below
commit e6cc803b3673ca7c1940e9222da46716c109a49d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 13:33:15 2026 +0200
RATIS-2477. Bump protobuf to 3.25.9 (#100)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 144f476..bb0b085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<maven.compiler.release>${javaVersion}</maven.compiler.release>
<!--Version of protobuf to be shaded -->
- <shaded.protobuf.version>3.25.8</shaded.protobuf.version>
+ <shaded.protobuf.version>3.25.9</shaded.protobuf.version>
<!--Version of grpc to be shaded -->
<shaded.grpc.version>1.80.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->