Skip to content

Commit

Permalink
Upgrade test dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Mar 21, 2024
1 parent fdc00b8 commit 7262a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
<dependency>
<groupId>io.trino.hadoop</groupId>
<artifactId>hadoop-apache</artifactId>
<version>3.2.0-17</version>
<version>3.3.5-1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.2-1</version>
<version>1.5.5-11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.8.4</version>
<version>1.1.10.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/io/airlift/compress/HadoopNative.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public static synchronized void requireHadoopNative()

loadLibrary("gplcompression");
loadLibrary("lzo2");
loadLibrary("snappy");
loadLibrary("zstd");

// verify that all configured codec classes can be loaded
Expand Down

0 comments on commit 7262a6c

Please sign in to comment.