We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e8d5b commit bb0afb4Copy full SHA for bb0afb4
1 file changed
core/collection-factory/mapdb3/pom.xml
@@ -37,9 +37,9 @@
37
</dependency>
38
<!--Update the lz4 dependency from the earlier net.jpountz.lz4, avoids duplicate classfiles downstream-->
39
<dependency>
40
- <groupId>org.lz4</groupId>
+ <groupId>at.yawk.lz4</groupId>
41
<artifactId>lz4-java</artifactId>
42
- <version>1.8.0</version>
+ <version>1.10.4</version>
43
44
45
<groupId>org.openjdk.jmh</groupId>
0 commit comments