File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 137137 // intentionally using logback 1.3 in dependency management (for Java 8 support)
138138 "matchFileNames" : [ "dependencyManagement/build.gradle.kts" ] ,
139139 "matchPackagePrefixes" : [ "ch.qos.logback:" ] ,
140- "matchUpdateTypes" : [ "major" , "minor" ] ,
140+ "matchUpdateTypes" : [ "major" ] ,
141141 "enabled" : false
142142 } ,
143143 {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ val CORE_DEPENDENCIES = listOf(
8080// this top level to help consistently satisfy large numbers of transitive dependencies.
8181val DEPENDENCIES = listOf (
8282 " io.r2dbc:r2dbc-proxy:1.1.4.RELEASE" ,
83- " ch.qos.logback:logback-classic:1.3.8 " , // 1.4+ requires Java 11+
83+ " ch.qos.logback:logback-classic:1.3.14 " , // 1.4+ requires Java 11+
8484 " com.github.stefanbirkner:system-lambda:1.2.1" ,
8585 " com.github.stefanbirkner:system-rules:1.19.0" ,
8686 " uk.org.webcompere:system-stubs-jupiter:2.0.3" ,
You can’t perform that action at this time.
0 commit comments