Skip to content

Commit 488ab29

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.2.13
1 parent 887eb9d commit 488ab29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/spring-boot/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
configurations.runtimeClasspath {
2121
resolutionStrategy {
2222
// 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")
2424
force("org.slf4j:slf4j-api:1.7.36")
2525
}
2626
}

0 commit comments

Comments
 (0)