File tree 2 files changed +2
-2
lines changed
smoke-tests/images/spring-boot
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ val CORE_DEPENDENCIES = listOf(
80
80
// this top level to help consistently satisfy large numbers of transitive dependencies.
81
81
val DEPENDENCIES = listOf (
82
82
" io.r2dbc:r2dbc-proxy:1.1.4.RELEASE" ,
83
- " ch.qos.logback:logback-classic:1.3.8 " , // 1.4+ requires Java 11+
83
+ " ch.qos.logback:logback-classic:1.3.14 " , // 1.4+ requires Java 11+
84
84
" com.github.stefanbirkner:system-lambda:1.2.1" ,
85
85
" com.github.stefanbirkner:system-rules:1.19.0" ,
86
86
" uk.org.webcompere:system-stubs-jupiter:2.0.3" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
configurations.runtimeClasspath {
21
21
resolutionStrategy {
22
22
// requires old logback (and therefore also old slf4j)
23
- force(" ch.qos.logback:logback-classic:1.2.11 " )
23
+ force(" ch.qos.logback:logback-classic:1.2.13 " )
24
24
force(" org.slf4j:slf4j-api:1.7.36" )
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments