Skip to content

Commit 33a4643

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.3.15
1 parent 2c3b50e commit 33a4643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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)