Skip to content

Commit e8a7d2a

Browse files
committed
Update logback to fix vulnerability
1 parent 933e00f commit e8a7d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
compile 'org.apache.commons:commons-lang3:3.12.0'
3939
compile 'org.zeroturnaround:zt-exec:1.12'
4040
compile 'org.slf4j:slf4j-api:1.7.36'
41-
compile 'ch.qos.logback:logback-classic:1.2.13'
41+
compile 'ch.qos.logback:logback-classic:1.5.13'
4242
compileOnly 'junit:junit:4.13.2'
4343
testCompile 'com.sun.jersey:jersey-client:1.19.4'
4444
testCompile 'com.google.guava:guava:33.0.0-jre'

0 commit comments

Comments
 (0)