Bump org.codehaus.plexus:plexus-utils from 3.6.0 to 4.1.0 - #2073
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases) - [Commits](codehaus-plexus/plexus-utils@plexus-utils-3.6.0...plexus-utils-4.1.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-utils dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
plexus-utils 4.x dropped org.codehaus.plexus.util.xml, which PlexusWagonConfigurator and the Maven 3.9.x model builder both need. 3.1.0 is the last plexus-xml release on the Java 8 line; 4.x is Java 17 bytecode and cannot pass enforce-bytecode-version here. This reverts 3b0c7eb and narrows the banned-dependency rule it added. Before undoing that, read the analysis on the PR: Maven 3.9.16 ships plexus-utils 3.6.1 and no plexus-xml, and the two jars share 22 classes.
Member
|
@slawekjaranowski @cstamas do You think this coudl introduce some risks? Or we need some more manual tests before merge? |
slachiewicz
marked this pull request as draft
August 24, 2026 15:07
Member
|
This is wrong.
And AFAIR, nothing in demos or supplier pulls Maven 4? |
Member
|
but plexus-utils 4 is not only for Maven 4. there is no depdendcy to any maven core a only optional dependency to plexus-xml was to keep some backward compatibility for .xml classes. |
slachiewicz
marked this pull request as ready for review
August 26, 2026 22:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.codehaus.plexus:plexus-utils from 3.6.0 to 4.1.0.
Release notes
Sourced from org.codehaus.plexus:plexus-utils's releases.
... (truncated)
Commits
572ce90[maven-release-plugin] prepare release plexus-utils-4.1.0077e801Bump the plexus dependencies released today840a1b4Update parent to plexus 279c560faDrop the Publish Site workflow5f96b03Bump org.codehaus.plexus:plexus from 25 to 264846c05Add the Publish Site workflow4df3a86Use the shared release-drafter config instead of a local copy9eb5fc6Apply spotless formatting to READMEf2856f9Rewrite README with usage, status and version guidance62fe2faBump release-drafter/release-drafter from 7.6.0 to 7.7.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)