We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887eb9d commit 488ab29Copy full SHA for 488ab29
smoke-tests/images/spring-boot/build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
configurations.runtimeClasspath {
21
resolutionStrategy {
22
// requires old logback (and therefore also old slf4j)
23
- force("ch.qos.logback:logback-classic:1.2.11")
+ force("ch.qos.logback:logback-classic:1.2.13")
24
force("org.slf4j:slf4j-api:1.7.36")
25
}
26
0 commit comments