File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2013-2024 Martin Goellnitz
2
+ * Copyright (C) 2013-2025 Martin Goellnitz
3
3
*
4
4
* This program is free software; you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License as published by
@@ -61,12 +61,12 @@ dependencies {
61
61
// implementation files(fileTree(dir: 'lib', includes: ['*.jar']))
62
62
63
63
implementation ' org.slf4j:slf4j-api:2.0.16'
64
- implementation (' com.github.lookfirst:sardine:5.12 ' ) {
64
+ implementation (' com.github.lookfirst:sardine:5.13 ' ) {
65
65
exclude group : ' commons-logging' , module : ' commons-logging'
66
66
}
67
67
// Use later versions than required by sardine to address vulnerabilities
68
68
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 '
70
70
71
71
implementation ' org.slf4j:jcl-over-slf4j:2.0.16' // httpclient and vfs use JCL
72
72
implementation ' org.slf4j:jul-to-slf4j:2.0.16' // Sardine uses JUL
@@ -89,7 +89,7 @@ dependencies {
89
89
implementation ' javax.servlet:javax.servlet-api:4.0.1'
90
90
91
91
// Logging:
92
- runtimeOnly ' ch.qos.logback:logback-classic:1.5.12 '
92
+ runtimeOnly ' ch.qos.logback:logback-classic:1.5.16 '
93
93
}
94
94
95
95
audit {
You can’t perform that action at this time.
0 commit comments