We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38ba3e commit e1a06f3Copy full SHA for e1a06f3
1 file changed
contrib/format-paimon/pom.xml
@@ -85,12 +85,12 @@
85
<dependency>
86
<groupId>io.airlift</groupId>
87
<artifactId>aircompressor</artifactId>
88
- <version>0.27</version>
+ <version>2.0.3</version>
89
</dependency>
90
91
- <groupId>org.lz4</groupId>
+ <groupId>at.yawk.lz4</groupId>
92
<artifactId>lz4-java</artifactId>
93
- <version>1.8.0</version>
+ <version>1.10.4</version>
94
95
96
<groupId>com.github.luben</groupId>
@@ -100,7 +100,7 @@
100
101
<groupId>org.xerial.snappy</groupId>
102
<artifactId>snappy-java</artifactId>
103
- <version>1.1.8.4</version>
+ <version>1.1.10.8</version>
104
105
106
<!-- Test dependency -->
0 commit comments