Skip to content

Commit 16ec9f3

Browse files
authored
Allow minor version updates for logback-classic (open-telemetry#10451)
1 parent 1c07aa5 commit 16ec9f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
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
{

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ val CORE_DEPENDENCIES = listOf(
8080
// this top level to help consistently satisfy large numbers of transitive dependencies.
8181
val 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",

0 commit comments

Comments
 (0)