We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f0f6b commit 6a9b461Copy full SHA for 6a9b461
.github/dependabot.yaml
@@ -89,6 +89,9 @@ updates:
89
# Slf4j Extensions contain a breaking change in 1.7.26
90
- dependency-name: "org.slf4j:slf4j-ext"
91
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,)"]
95
96
- package-ecosystem: github-actions
97
directory: "/"
@@ -144,6 +147,9 @@ updates:
144
147
145
148
146
149
150
151
152
153
154
155
0 commit comments