Skip to content

Commit 0f6bf98

Browse files
fix(deps): update logback packages (release/v1.32.x) (patch) (#10522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d8f2e8 commit 0f6bf98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ val CORE_DEPENDENCIES = listOf(
8080
// this top level to help consistently satisfy large numbers of transitive dependencies.
8181
val DEPENDENCIES = listOf(
8282
"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+
8484
"com.github.stefanbirkner:system-lambda:1.2.1",
8585
"com.github.stefanbirkner:system-rules:1.19.0",
8686
"uk.org.webcompere:system-stubs-jupiter:2.0.3",

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)