Skip to content

Commit

Permalink
Pin org.codehaus.plexus:plexus-utils to use v3.x.x to avoid pulling a…
Browse files Browse the repository at this point in the history
…lpha dependencies (#724)

plexus-utils Maven from runtime can be overridden https://issues.apache.org/jira/browse/MNG-6965.
However, using 4.0.0 means, we need to add org.codehaus.plexus:plexus-xml:jar:4.0.3
because org.codehaus.plexus.util.xml.Xpp3Dom has been extracted in a sub-module.
And that pulls alpha dependencies (org.apache.maven:maven-api-xml). While it may work,
we should integrate alpha dependencies in a stable release.
  • Loading branch information
abelsromero authored Jan 1, 2024
1 parent d7713e0 commit 7c130f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ updates:
target-branch: "main"
ignore:
- dependency-name: org.jruby:jruby
- dependency-name: org.codehaus.plexus:plexus-utils
update-types:
- "version-update:semver-major"
- dependency-name: org.glassfish.jaxb:jaxb-runtime
update-types:
- "version-update:semver-major"
Expand Down

0 comments on commit 7c130f6

Please sign in to comment.