Skip to content

Commit 6a9b461

Browse files
committed
Limit Plexus Utils to version 3.x
1 parent 38f0f6b commit 6a9b461

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ updates:
8989
# Slf4j Extensions contain a breaking change in 1.7.26
9090
- dependency-name: "org.slf4j:slf4j-ext"
9191
versions: ["1.7.26,)"]
92+
# Plexus Utils 4.x are for Maven 4.x
93+
- dependency-name: "org.codehaus.plexus:plexus-utils"
94+
versions: ["4,)"]
9295

9396
- package-ecosystem: github-actions
9497
directory: "/"
@@ -144,6 +147,9 @@ updates:
144147
# Slf4j Extensions contain a breaking change in 1.7.26
145148
- dependency-name: "org.slf4j:slf4j-ext"
146149
versions: ["1.7.26,)"]
150+
# Plexus Utils 4.x are for Maven 4.x
151+
- dependency-name: "org.codehaus.plexus:plexus-utils"
152+
versions: ["4,)"]
147153

148154
- package-ecosystem: github-actions
149155
directory: "/"

0 commit comments

Comments
 (0)