Skip to content

Bump org.apache.maven:maven-parent from 49 to 50 - #52

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/maven/org.apache.maven-maven-parent-50
Open

dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/maven/org.apache.maven-maven-parent-50

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps org.apache.maven:maven-parent from 49 to 50.

Release notes

Sourced from org.apache.maven:maven-parent's releases.

50

💥 Breaking changes

🚀 New features and improvements

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

Commits

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.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 49 to 50.
- [Release notes](https://github.com/apache/maven-parent/releases)
- [Commits](https://github.com/apache/maven-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-parent
  dependency-version: '50'
  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 labels Sep 23, 2026
@slachiewicz slachiewicz self-assigned this Sep 25, 2026
Keep the rat configuration in pluginManagement; the check itself is
activated by the parent's java17+ profile on JDK 17+.

Signed-off-by: Sylwester Lachiewicz <slachiewicz@apache.org>
@slachiewicz
slachiewicz force-pushed the dependabot/maven/org.apache.maven-maven-parent-50 branch from 10158e3 to 2f2c1cf Compare September 25, 2026 10:37
maven-parent 50 (via apache 40) manages 3.16.0, whose stricter
"recompile when dependencies change" check forces docker-exe's
compile-java9 to rerun inside the site plugin's forked, compile-only
javadoc:aggregate build. There, reactor dependencies are still plain
target/classes directories, and module-info can't see maven-executor's
MR-JAR module descriptor until it's packaged as a real jar (nesting
under META-INF/versions/9 is a jar-format concept) - so the forked
compile fails with "module not found: org.apache.maven.executor".
3.15.0's weaker staleness check instead reuses the classes already
compiled during the preceding verify, where packaging happens before
docker-exe compiles and the module is visible. Remove this pin only
once that forked-compile module path resolution is fixed.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant