You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/02/06 15:06:30 UTC

[shardingsphere] branch master updated: [issue-15261] upgrade logback due to cve (#15262)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca95e78  [issue-15261] upgrade logback due to cve (#15262)
ca95e78 is described below

commit ca95e7887d6e9396875b7f97be8e23362184e355
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Feb 6 16:04:59 2022 +0100

    [issue-15261] upgrade logback due to cve (#15262)
    
    https://github.com/apache/shardingsphere/issues/15261
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1e40f9..fc12996 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
         <junit.version>4.12</junit.version>
         <hamcrest.version>1.3</hamcrest.version>
         <mockito.version>3.4.2</mockito.version>
-        <logback.version>1.2.0</logback.version>
+        <logback.version>1.2.10</logback.version>
         
         <hikari-cp.version>3.4.2</hikari-cp.version>
         <commons-dbcp2.version>2.2.0</commons-dbcp2.version>