Skip to content

Commit 4b66377

Browse files
committed
Update Commons Codec, Sardine, and Logback Classiv Dependencies
1 parent 2571e6f commit 4b66377

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2013-2024 Martin Goellnitz
2+
* Copyright (C) 2013-2025 Martin Goellnitz
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
@@ -61,12 +61,12 @@ dependencies {
6161
// implementation files(fileTree(dir: 'lib', includes: ['*.jar']))
6262

6363
implementation 'org.slf4j:slf4j-api:2.0.16'
64-
implementation ('com.github.lookfirst:sardine:5.12') {
64+
implementation ('com.github.lookfirst:sardine:5.13') {
6565
exclude group: 'commons-logging', module: 'commons-logging'
6666
}
6767
// Use later versions than required by sardine to address vulnerabilities
6868
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
69-
implementation 'commons-codec:commons-codec:1.17.1'
69+
implementation 'commons-codec:commons-codec:1.17.2'
7070

7171
implementation 'org.slf4j:jcl-over-slf4j:2.0.16' // httpclient and vfs use JCL
7272
implementation 'org.slf4j:jul-to-slf4j:2.0.16' // Sardine uses JUL
@@ -89,7 +89,7 @@ dependencies {
8989
implementation 'javax.servlet:javax.servlet-api:4.0.1'
9090

9191
// Logging:
92-
runtimeOnly 'ch.qos.logback:logback-classic:1.5.12'
92+
runtimeOnly 'ch.qos.logback:logback-classic:1.5.16'
9393
}
9494

9595
audit {

0 commit comments

Comments
 (0)