You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2022/09/23 04:02:05 UTC

[mnemonic] branch master updated: MNEMONIC-760: Upgrade logbook version for potential security vulnerabilities

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 374de18  MNEMONIC-760: Upgrade logbook version for potential security vulnerabilities
374de18 is described below

commit 374de1892b18f7e5e2f9993d270cbd51e926e890
Author: Zane <rh...@hotmail.com>
AuthorDate: Thu Sep 22 16:06:54 2022 -0700

    MNEMONIC-760: Upgrade logbook version for potential security vulnerabilities
    
    Signed-off-by: Zane <rh...@hotmail.com>
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 7888d2c..ab07ae7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,8 +53,8 @@ subprojects {
       dependency 'org.apache.logging.log4j:log4j-web:2.11.0'
       dependency 'org.slf4j:slf4j-api:1.7.25'
       dependency 'com.lmax:disruptor:3.3.7'
-      dependency 'ch.qos.logback:logback-classic:1.1.7'
-      dependency 'ch.qos.logback:logback-core:1.1.7'
+      dependency 'ch.qos.logback:logback-classic:1.2.8'
+      dependency 'ch.qos.logback:logback-core:1.2.8'
     }
   }