Skip to content

Commit e1a06f3

Browse files
authored
[MINOR] Update dependencies for Paimon due to CVEs (#3039)
1 parent b38ba3e commit e1a06f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

contrib/format-paimon/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
<dependency>
8686
<groupId>io.airlift</groupId>
8787
<artifactId>aircompressor</artifactId>
88-
<version>0.27</version>
88+
<version>2.0.3</version>
8989
</dependency>
9090
<dependency>
91-
<groupId>org.lz4</groupId>
91+
<groupId>at.yawk.lz4</groupId>
9292
<artifactId>lz4-java</artifactId>
93-
<version>1.8.0</version>
93+
<version>1.10.4</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.github.luben</groupId>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.xerial.snappy</groupId>
102102
<artifactId>snappy-java</artifactId>
103-
<version>1.1.8.4</version>
103+
<version>1.1.10.8</version>
104104
</dependency>
105105

106106
<!-- Test dependency -->

0 commit comments

Comments
 (0)