Skip to content

Commit 5e68203

Browse files
committed
Replace logback-classic with slf4j-simple to fix CVE-2026-1225
1 parent 6fc7899 commit 5e68203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
* https://github.com/jfrog/artifactory-client-java/issues/43
1616
* https://github.com/jfrog/artifactory-client-java/issues/232
1717
*/
18-
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.16'
18+
testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
1919
}
2020

2121
task createReleasePropertiesFile(type: Exec) {

0 commit comments

Comments
 (0)