This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new c238b1ddee Update test dependency at.yawk.lz4:lz4-java due to CVE
(#6102)
c238b1ddee is described below
commit c238b1ddee726a6a7732508ac4576156c7f64329
Author: Dave Marion <[email protected]>
AuthorDate: Fri Jan 30 10:13:55 2026 -0500
Update test dependency at.yawk.lz4:lz4-java due to CVE (#6102)
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index 481ace610f..7f42592331 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -152,7 +152,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.8.1</version>
+ <version>1.10.3</version>
<scope>test</scope>
</dependency>
<dependency>