File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111}
1212
1313group = ' cloud.eppo'
14- version = ' 5.3.1-SNAPSHOT '
14+ version = ' 5.3.2 '
1515ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
1616
1717import org.apache.tools.ant.filters.ReplaceTokens
@@ -36,10 +36,10 @@ dependencies {
3636 implementation ' com.fasterxml.jackson.core:jackson-databind:2.19.0'
3737 implementation ' org.ehcache:ehcache:3.10.8'
3838 implementation ' org.slf4j:slf4j-api:2.0.17'
39- // Logback classic 1.3.x is compatible with java 8
40- implementation ' ch.qos.logback:logback-classic:1.3.15'
4139 implementation ' org.jetbrains:annotations:26.0.2'
4240
41+ // Logback classic 1.3.x is compatible with java 8 - only needed for tests
42+ testImplementation ' ch.qos.logback:logback-classic:1.3.15'
4343 testImplementation ' cloud.eppo:sdk-common-jvm:3.5.4:tests'
4444 testImplementation platform(' org.junit:junit-bom:5.11.4' )
4545 testImplementation ' org.junit.jupiter:junit-jupiter'
5656 showExceptions true
5757 showCauses true
5858 showStackTraces true
59+ showStandardStreams true
5960 }
6061}
6162
Original file line number Diff line number Diff line change 55 </encoder >
66 </appender >
77
8- <root level =" INFO " >
8+ <root level =" DEBUG " >
99 <appender-ref ref =" STDOUT" />
1010 </root >
1111</configuration >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments