This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new bb180629e4 Bump protobuf-java to 3.25.6 due to CVE-2024-7254 (#5446)
bb180629e4 is described below
commit bb180629e4ea77510392273d90d14bfe56b62fc9
Author: Dave Marion <[email protected]>
AuthorDate: Thu Apr 3 11:36:10 2025 -0400
Bump protobuf-java to 3.25.6 due to CVE-2024-7254 (#5446)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a47435ace4..1957ef1177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.22.0</version>
+ <version>3.25.6</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>