This is an automated email from the ASF dual-hosted git repository.

thomasm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5d0cdab688 OAK-12030 Upgrade LZ4 (#2662)
5d0cdab688 is described below

commit 5d0cdab6880ecdb5c72896c239723f7aad790106
Author: Thomas Mueller <[email protected]>
AuthorDate: Tue Dec 16 09:24:48 2025 +0100

    OAK-12030 Upgrade LZ4 (#2662)
    
    * OAK-12030 Upgrade LZ4
    
    * OAK-12030 Upgrade LZ4
---
 oak-commons/pom.xml     | 4 ++--
 oak-run-commons/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/oak-commons/pom.xml b/oak-commons/pom.xml
index dcbbb8bb2d..93d5122b3b 100644
--- a/oak-commons/pom.xml
+++ b/oak-commons/pom.xml
@@ -153,9 +153,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.lz4</groupId>
+      <groupId>at.yawk.lz4</groupId>
       <artifactId>lz4-java</artifactId>
-      <version>1.8.0</version>
+      <version>1.10.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/oak-run-commons/pom.xml b/oak-run-commons/pom.xml
index 40df52262d..b4c7e20774 100644
--- a/oak-run-commons/pom.xml
+++ b/oak-run-commons/pom.xml
@@ -172,9 +172,9 @@
             <version>${h2.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.lz4</groupId>
+            <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.8.0</version>
+            <version>1.10.1</version>
         </dependency>
         <!-- Test dependencies -->
         <dependency>

Reply via email to