Skip to content

Commit

Permalink
upgrade snappy-java to 1.1.10.4 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuffy authored Oct 24, 2024
1 parent 0fd6cf8 commit ce27606
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
<license name="The Apache Software License, Version 2.0" url="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
<scm connection="${scm.connection}" developerConnection="${scm.developerConnection}" url="${scm.url}"/>
<dependencyManagement>
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.10.1"/>
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.10.4"/>
<dependency groupId="net.jpountz.lz4" artifactId="lz4" version="1.3.0"/>
<dependency groupId="com.ning" artifactId="compress-lzf" version="0.8.4"/>
<dependency groupId="com.google.guava" artifactId="guava" version="33.1.0-jre"/>
Expand Down
Binary file removed lib/snappy-java-1.1.10.1.jar
Binary file not shown.
Binary file added lib/snappy-java-1.1.10.4.jar
Binary file not shown.

0 comments on commit ce27606

Please sign in to comment.