We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 744b0b8 + eed07b4 commit d87a516Copy full SHA for d87a516
build.gradle
@@ -37,7 +37,7 @@ subprojects {
37
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
38
compile group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
39
compile "org.slf4j:jcl-over-slf4j:1.7.25"
40
- compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
+ compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9'
41
compileOnly 'org.projectlombok:lombok:1.18.12'
42
annotationProcessor 'org.projectlombok:lombok:1.18.12'
43
testCompileOnly 'org.projectlombok:lombok:1.18.12'
0 commit comments