File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,10 @@ updates:
88
88
# WebCompere System Stubs requires Java 11
89
89
- dependency-name : " uk.org.webcompere:*"
90
90
versions : ["2.1.0,)"]
91
- # Slf4j Extensions contain a breaking change in 1.7.26
92
- - dependency-name : " org.slf4j:slf4j-ext"
93
- versions : ["1.7.26,)"]
91
+ # SLF4J 1.7.x should only upgrade to 1.7.x and
92
+ # SLF4J 2.x should only upgrade to 2.x.
93
+ - dependency-name : " org.slf4j:slf4j-api"
94
+ update-types : ["version-update:semver-major"]
94
95
# Plexus Utils 4.x are for Maven 4.x
95
96
- dependency-name : " org.codehaus.plexus:plexus-utils"
96
97
versions : ["4,)"]
@@ -147,9 +148,10 @@ updates:
147
148
# Json Unit 3.x requires Java 17
148
149
- dependency-name : " net.javacrumbs.json-unit:*"
149
150
versions : ["[3.0.0,)"]
150
- # Slf4j Extensions contain a breaking change in 1.7.26
151
- - dependency-name : " org.slf4j:slf4j-ext"
152
- versions : ["1.7.26,)"]
151
+ # SLF4J 1.7.x should only upgrade to 1.7.x and
152
+ # SLF4J 2.x should only upgrade to 2.x.
153
+ - dependency-name : " org.slf4j:slf4j-api"
154
+ update-types : ["version-update:semver-major"]
153
155
# Plexus Utils 4.x are for Maven 4.x
154
156
- dependency-name : " org.codehaus.plexus:plexus-utils"
155
157
versions : ["4,)"]
You can’t perform that action at this time.
0 commit comments