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.
1 parent 92887d9 commit 4cfe980Copy full SHA for 4cfe980
build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation 'org.ehcache:ehcache:3.9.8'
33
implementation 'org.slf4j:slf4j-api:2.0.13'
34
// Logback classic 1.3.x is compatible with java 8
35
- implementation 'ch.qos.logback:logback-classic:1.3.14'
+ implementation 'ch.qos.logback:logback-classic:1.5.6'
36
37
testImplementation 'org.projectlombok:lombok:1.18.24'
38
testImplementation platform('org.junit:junit-bom:5.10.2')
0 commit comments