This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 6c0289e Upgrade lz4 from 1.3.0 to 1.8.0 due to CVE-2019-17543 (#4485)
6c0289e is described below
commit 6c0289ec079aff19bff884cd8959edcdbbb7440e
Author: cmlmakahts <[email protected]>
AuthorDate: Sat Nov 27 12:33:32 2021 +0800
Upgrade lz4 from 1.3.0 to 1.8.0 due to CVE-2019-17543 (#4485)
Co-authored-by: luming 30005373 <[email protected]>
---
pom.xml | 6 +++---
tsfile/pom.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 37f2f27..34e2095 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,9 +284,9 @@
<version>1.2.17</version>
</dependency>
<dependency>
- <groupId>net.jpountz.lz4</groupId>
- <artifactId>lz4</artifactId>
- <version>1.3.0</version>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ <version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index d48a9ac..10a39ad 100644
--- a/tsfile/pom.xml
+++ b/tsfile/pom.xml
@@ -50,9 +50,9 @@
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
- <groupId>net.jpountz.lz4</groupId>
- <artifactId>lz4</artifactId>
- <version>1.3.0</version>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ <version>1.8.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>