We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd97110 commit 94b330dCopy full SHA for 94b330d
dependencyManagement/build.gradle.kts
@@ -83,7 +83,7 @@ val CORE_DEPENDENCIES = listOf(
83
// this top level to help consistently satisfy large numbers of transitive dependencies.
84
val DEPENDENCIES = listOf(
85
"io.r2dbc:r2dbc-proxy:1.1.5.RELEASE",
86
- "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+
87
"com.github.stefanbirkner:system-lambda:1.2.1",
88
"com.github.stefanbirkner:system-rules:1.19.0",
89
"uk.org.webcompere:system-stubs-jupiter:2.0.3",
0 commit comments