Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.3.15 (
Browse files Browse the repository at this point in the history
#12977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent bd97110 commit 94b330d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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.5.RELEASE",
"ch.qos.logback:logback-classic:1.3.14", // 1.4+ requires Java 11+
"ch.qos.logback:logback-classic:1.3.15", // 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

0 comments on commit 94b330d

Please sign in to comment.