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 0c98e26  MNEMONIC-761: Upgrade version for Simple Logging Facade for 
Java due to potential security vulnerability
0c98e26 is described below

commit 0c98e2690542ee96e0947d4a86cfffaac0a82a4d
Author: Zane <[email protected]>
AuthorDate: Sun Sep 25 09:50:23 2022 -0700

    MNEMONIC-761: Upgrade version for Simple Logging Facade for Java due to 
potential security vulnerability
    
    Signed-off-by: Zane <[email protected]>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ab07ae7..5aab6be 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,7 +51,7 @@ subprojects {
       dependency 'org.apache.logging.log4j:log4j-1.2-api:2.11.0'
       dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.0'
       dependency 'org.apache.logging.log4j:log4j-web:2.11.0'
-      dependency 'org.slf4j:slf4j-api:1.7.25'
+      dependency 'org.slf4j:slf4j-api:1.7.26'
       dependency 'com.lmax:disruptor:3.3.7'
       dependency 'ch.qos.logback:logback-classic:1.2.8'
       dependency 'ch.qos.logback:logback-core:1.2.8'

Reply via email to