Skip to content

Bump org.codehaus.plexus:plexus-utils from 3.6.0 to 4.1.0 - #2073

Open
dependabot[bot] wants to merge 2 commits into
maven-resolver-1.9.xfrom
dependabot/maven/maven-resolver-1.9.x/org.codehaus.plexus-plexus-utils-4.1.0
Open

Bump org.codehaus.plexus:plexus-utils from 3.6.0 to 4.1.0#2073
dependabot[bot] wants to merge 2 commits into
maven-resolver-1.9.xfrom
dependabot/maven/maven-resolver-1.9.x/org.codehaus.plexus-plexus-utils-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

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.

4.1.0

DirectoryScanner no longer excludes .gitignore and .cvsignore by default. Code that relied on the old defaults has to add the two patterns explicitly. That change is what makes this a minor release rather than 4.0.4.

💥 Breaking changes

  • Do not exclude ".gitignore" and ".cvsignore" by default (#326) @​kwin

👻 Maintenance

🔧 Build

📦 Dependency updates

4.0.3

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • 572ce90 [maven-release-plugin] prepare release plexus-utils-4.1.0
  • 077e801 Bump the plexus dependencies released today
  • 840a1b4 Update parent to plexus 27
  • 9c560fa Drop the Publish Site workflow
  • 5f96b03 Bump org.codehaus.plexus:plexus from 25 to 26
  • 4846c05 Add the Publish Site workflow
  • 4df3a86 Use the shared release-drafter config instead of a local copy
  • 9eb5fc6 Apply spotless formatting to README
  • f2856f9 Rewrite README with usage, status and version guidance
  • 62fe2fa Bump release-drafter/release-drafter from 7.6.0 to 7.7.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code resolver1 labels Aug 23, 2026
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.
@slachiewicz

Copy link
Copy Markdown
Member

@slawekjaranowski @cstamas do You think this coudl introduce some risks? Or we need some more manual tests before merge?

@slachiewicz
slachiewicz marked this pull request as draft August 24, 2026 15:07
@cstamas

cstamas commented Aug 24, 2026

Copy link
Copy Markdown
Member

This is wrong.

  • resolver itself does not use p-u
  • demos uses given Maven version (that implies p-u version)
  • same for supplier as for demos

And AFAIR, nothing in demos or supplier pulls Maven 4?

@slachiewicz

Copy link
Copy Markdown
Member

but plexus-utils 4 is not only for Maven 4. there is no depdendcy to any maven core
https://github.com/codehaus-plexus/plexus-utils/blob/master/pom.xml

a only optional dependency to plexus-xml was to keep some backward compatibility for .xml classes.

@slachiewicz
slachiewicz requested a review from gnodet August 26, 2026 22:01
@slachiewicz
slachiewicz marked this pull request as ready for review August 26, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code resolver1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants