Skip to content

Commit

Permalink
fix(deps): update logback packages (release/v1.32.x) (patch) (#10522)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 1d8f2e8 commit 0f6bf98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ val CORE_DEPENDENCIES = listOf(
// this top level to help consistently satisfy large numbers of transitive dependencies.
val DEPENDENCIES = listOf(
"io.r2dbc:r2dbc-proxy:1.1.4.RELEASE",
"ch.qos.logback:logback-classic:1.3.8", // 1.4+ requires Java 11+
"ch.qos.logback:logback-classic:1.3.14", // 1.4+ requires Java 11+
"com.github.stefanbirkner:system-lambda:1.2.1",
"com.github.stefanbirkner:system-rules:1.19.0",
"uk.org.webcompere:system-stubs-jupiter:2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests/images/spring-boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
configurations.runtimeClasspath {
resolutionStrategy {
// requires old logback (and therefore also old slf4j)
force("ch.qos.logback:logback-classic:1.2.11")
force("ch.qos.logback:logback-classic:1.2.13")
force("org.slf4j:slf4j-api:1.7.36")
}
}
Expand Down

0 comments on commit 0f6bf98

Please sign in to comment.