Skip to content

Commit 94b330d

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.3.15 (#12977)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd97110 commit 94b330d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ val CORE_DEPENDENCIES = listOf(
8383
// this top level to help consistently satisfy large numbers of transitive dependencies.
8484
val DEPENDENCIES = listOf(
8585
"io.r2dbc:r2dbc-proxy:1.1.5.RELEASE",
86-
"ch.qos.logback:logback-classic:1.3.14", // 1.4+ requires Java 11+
86+
"ch.qos.logback:logback-classic:1.3.15", // 1.4+ requires Java 11+
8787
"com.github.stefanbirkner:system-lambda:1.2.1",
8888
"com.github.stefanbirkner:system-rules:1.19.0",
8989
"uk.org.webcompere:system-stubs-jupiter:2.0.3",

0 commit comments

Comments
 (0)