Skip to content

Commit bb0afb4

Browse files
committed
GH-5797: use newer yawkat fork of lz4java
1 parent b5e8d5b commit bb0afb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • core/collection-factory/mapdb3

core/collection-factory/mapdb3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
</dependency>
3838
<!--Update the lz4 dependency from the earlier net.jpountz.lz4, avoids duplicate classfiles downstream-->
3939
<dependency>
40-
<groupId>org.lz4</groupId>
40+
<groupId>at.yawk.lz4</groupId>
4141
<artifactId>lz4-java</artifactId>
42-
<version>1.8.0</version>
42+
<version>1.10.4</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.openjdk.jmh</groupId>

0 commit comments

Comments
 (0)