This is an automated email from the ASF dual-hosted git repository.
rong 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 ce31406 [IOTDB-2209] Fix logback CVE-2021-42550 issue (#4643)
ce31406 is described below
commit ce3140601ebe4d8f1ec893e853981c4ceee18571
Author: Haonan <[email protected]>
AuthorDate: Tue Dec 28 10:06:19 2021 +0800
[IOTDB-2209] Fix logback CVE-2021-42550 issue (#4643)
---
LICENSE-binary | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index de449d9..9845489 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -290,8 +290,8 @@ org.slf4j:jcl-over-slf4j:1.7.25
EPL 1.0
------------
com.h2database:h2-mvstore:1.4.199
-ch.qos.logback:logback-classic:1.2.3
-ch.qos.logback:logback-core:1.2.3
+ch.qos.logback:logback-classic:1.2.10
+ch.qos.logback:logback-core:1.2.10
CDDL 1.1
diff --git a/pom.xml b/pom.xml
index f104a88..e07dc38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<hive2.version>2.3.6</hive2.version>
<junit.version>4.13.2</junit.version>
<slf4j.version>1.7.12</slf4j.version>
- <logback.version>1.2.3</logback.version>
+ <logback.version>1.2.10</logback.version>
<joda.version>2.9.9</joda.version>
<spark.version>2.4.3</spark.version>
<flink.version>1.14.0</flink.version>