From 753e3a50e5273c16a08dd6df5ca7bfd075cd36c8 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Thu, 23 Sep 2021 01:22:18 -0500 Subject: [PATCH] Upgraded SLF4J to 1.7.32 and Logback to 1.2.6 (#722) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 32391d925..a7350959a 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ def bouncycastleVersion = "1.69" def sshdVersion = "2.1.0" dependencies { - implementation "org.slf4j:slf4j-api:1.7.30" + implementation "org.slf4j:slf4j-api:1.7.32" implementation "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion" implementation "org.bouncycastle:bcpkix-jdk15on:$bouncycastleVersion" implementation "com.jcraft:jzlib:1.1.3" @@ -59,7 +59,7 @@ dependencies { testImplementation "org.apache.sshd:sshd-core:$sshdVersion" testImplementation "org.apache.sshd:sshd-sftp:$sshdVersion" testImplementation "org.apache.sshd:sshd-scp:$sshdVersion" - testRuntimeOnly "ch.qos.logback:logback-classic:1.2.3" + testRuntimeOnly "ch.qos.logback:logback-classic:1.2.6" testImplementation 'org.glassfish.grizzly:grizzly-http-server:2.4.4' testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'