This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new 45a132b95 TEZ-4579: Bump com.google.protobuf:protobuf-java from 3.24.4
to 3.25.5 (#371). (dependabot, Reviewed by Ayush Saxena)
45a132b95 is described below
commit 45a132b95f55592b899f3c0f67a88b3fecebbe53
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 24 09:37:39 2024 +0530
TEZ-4579: Bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.5
(#371). (dependabot, Reviewed by Ayush Saxena)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a3ec321fa..81ed56d5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<mockito-core.version>4.3.1</mockito-core.version>
<netty.version>4.1.100.Final</netty.version>
<pig.version>0.13.0</pig.version>
- <protobuf.version>3.24.4</protobuf.version>
+ <protobuf.version>3.25.5</protobuf.version>
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
<protoc.path>${env.PROTOC_PATH}</protoc.path>
<restrict-imports.enforcer.version>2.0.0</restrict-imports.enforcer.version>