From 10c08648b97a22af7efc94dfd3266cffd9acdade Mon Sep 17 00:00:00 2001 From: Martin Goellnitz Date: Thu, 25 Apr 2024 18:02:55 +0200 Subject: [PATCH] Update Dependencies --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 73ff93b..5534e3c 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { // dropbox client // implementation files(fileTree(dir: 'lib', includes: ['*.jar'])) - implementation 'org.slf4j:slf4j-api:2.0.12' + implementation 'org.slf4j:slf4j-api:2.0.13' implementation ('com.github.lookfirst:sardine:5.12') { exclude group: 'commons-logging', module: 'commons-logging' } @@ -68,8 +68,8 @@ dependencies { implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'commons-codec:commons-codec:1.16.1' - implementation 'org.slf4j:jcl-over-slf4j:2.0.12' // httpclient and vfs use JCL - implementation 'org.slf4j:jul-to-slf4j:2.0.12' // Sardine uses JUL + implementation 'org.slf4j:jcl-over-slf4j:2.0.13' // httpclient and vfs use JCL + implementation 'org.slf4j:jul-to-slf4j:2.0.13' // Sardine uses JUL // Cifs code looks good but I don't have shares to use so I skip this // implementation 'jcifs:jcifs:1.3.17' @@ -94,7 +94,7 @@ dependencies { implementation 'javax.servlet:javax.servlet-api:4.0.1' // Logging: - runtimeOnly 'ch.qos.logback:logback-classic:1.5.3' + runtimeOnly 'ch.qos.logback:logback-classic:1.5.6' } audit {