You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by lu...@apache.org on 2021/12/18 14:50:29 UTC

[drill] branch master updated: DRILL-8079: Upgrade logback to 1.2.9 because of CVE-2021-42550

This is an automated email from the ASF dual-hosted git repository.

luoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new a761c68  DRILL-8079: Upgrade logback to 1.2.9 because of CVE-2021-42550
a761c68 is described below

commit a761c6823826f8266ad1111d5fe915adbe707a1a
Author: kingswanwho <ji...@u.northwestern.edu>
AuthorDate: Sat Dec 18 12:44:45 2021 +0800

    DRILL-8079: Upgrade logback to 1.2.9 because of CVE-2021-42550
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f711ecb..c4f3618 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <curator.version>5.2.0</curator.version>
     <wiremock.standalone.version>2.23.2</wiremock.standalone.version>
     <jmockit.version>1.47</jmockit.version>
-    <logback.version>1.2.3</logback.version>
+    <logback.version>1.2.9</logback.version>
     <mockito.version>3.11.2</mockito.version>
     <!--
       Currently Hive storage plugin only supports Apache Hive 3.1.2 or vendor specific variants of the