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 f323d85 commit 1fdc182Copy full SHA for 1fdc182
build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation 'org.ehcache:ehcache:3.10.8'
39
implementation 'org.slf4j:slf4j-api:2.0.13'
40
// Logback classic 1.3.x is compatible with java 8
41
- implementation 'ch.qos.logback:logback-classic:1.3.14'
+ implementation 'ch.qos.logback:logback-classic:1.5.7'
42
43
testImplementation 'cloud.eppo:sdk-common-jvm:3.0.0-SNAPSHOT:tests'
44
testImplementation platform('org.junit:junit-bom:5.10.2')
0 commit comments