This is an automated email from the ASF dual-hosted git repository.
liuxiaocs7 pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new c3b2d6ac0b5 HBASE-30311 Bump at.yawk.lz4:lz4-java from 1.10.4 to
1.11.1 (#8509)
c3b2d6ac0b5 is described below
commit c3b2d6ac0b5a7229e8fd38d23dec212acbe25322
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 18:28:06 2026 +0800
HBASE-30311 Bump at.yawk.lz4:lz4-java from 1.10.4 to 1.11.1 (#8509)
Bumps [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) from
1.10.4 to 1.11.1.
- [Release notes](https://github.com/yawkat/lz4-java/releases)
- [Changelog](https://github.com/yawkat/lz4-java/blob/main/CHANGES.md)
- [Commits](https://github.com/yawkat/lz4-java/compare/v1.10.4...v1.11.1)
---
updated-dependencies:
- dependency-name: at.yawk.lz4:lz4-java
dependency-version: 1.11.1
dependency-type: direct:production
...
Signed-off-by: Xiao Liu <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f77a98dfc7b..d1ac91da724 100644
--- a/pom.xml
+++ b/pom.xml
@@ -909,7 +909,7 @@
<!-- compression -->
<aircompressor.version>2.0.3</aircompressor.version>
<brotli4j.version>1.11.0</brotli4j.version>
- <lz4.version>1.10.4</lz4.version>
+ <lz4.version>1.11.1</lz4.version>
<snappy.version>1.1.10.4</snappy.version>
<zstd-jni.version>1.5.7-2</zstd-jni.version>
<!--