Skip to content

Commit a986d3b

Browse files
fix(deps): replace dependency org.lz4:lz4-java with at.yawk.lz4:lz4-java 1.8.1 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23653e5 commit a986d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
</dependency>
359359

360360
<dependency>
361-
<groupId>org.lz4</groupId>
361+
<groupId>at.yawk.lz4</groupId>
362362
<artifactId>lz4-java</artifactId>
363363
<!-- should match version from drivers POM -->
364364
<version>1.8.1</version>

0 commit comments

Comments
 (0)