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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 5dabca16 IGNITE-27659 Updated lz4 dependency version (#335)
5dabca16 is described below

commit 5dabca163e627976696af3602468eeed600c6599
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Mon Jan 26 11:10:55 2026 +0300

    IGNITE-27659 Updated lz4 dependency version (#335)
---
 modules/cdc-ext/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/modules/cdc-ext/pom.xml b/modules/cdc-ext/pom.xml
index e12e18ad..f01cffd7 100644
--- a/modules/cdc-ext/pom.xml
+++ b/modules/cdc-ext/pom.xml
@@ -55,6 +55,10 @@
                     <groupId>org.xerial.snappy</groupId>
                     <artifactId>snappy-java</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.lz4</groupId>
+                    <artifactId>lz4-java</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -64,6 +68,12 @@
             <version>${snappy.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>at.yawk.lz4</groupId>
+            <artifactId>lz4-java</artifactId>
+            <version>${lz4.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j-impl</artifactId>

Reply via email to