Skip to content

[dependency]: Bump the peer-dependencies group across 1 directory with 2 updates - #706

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/maven/peer/dev/peer-dependencies-817c5b2ecc
Closed

[dependency]: Bump the peer-dependencies group across 1 directory with 2 updates#706
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/maven/peer/dev/peer-dependencies-817c5b2ecc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2025

Copy link
Copy Markdown
Contributor

Bumps the peer-dependencies group with 2 updates in the /peer directory: org.codehaus.mojo:versions-maven-plugin and org.apache.maven.plugins:maven-javadoc-plugin.

Updates org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.19.0

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.19.0

💥 Breaking changes

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • b625a90 [maven-release-plugin] prepare release 2.19.0
  • ba67cf1 Bump actions/stale from 9 to 10
  • 28ac80d Remove manual default from docs for parameters
  • 0ce0fba Resolves #1227: revert working in case a non-standard "pom.xml" file name is ...
  • d547a03 Resolves #1255: set-property special case when the property has no value (#1261)
  • e99daf3 Resolves #1251: nextSnapshotIndexToIncrement should zero versions components ...
  • 7a05285 Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#1260)
  • 7444785 Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1
  • e3584a2 Bump byteBuddyVersion from 1.17.6 to 1.17.7
  • 129aad2 Bump org.codehaus.mojo:mojo-parent from 92 to 93
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

3.11.3

🚨 Removed

🚀 New features and improvements

🐛 Bug Fixes

  • Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) (#1217) @​fridrich
  • [MJAVADOC-826] - Don't try to modify project source roots (#358) @​oehme

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • 8357bc2 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.3
  • ab6e97e Bump commons-io:commons-io from 2.19.0 to 2.20.0
  • 83788c1 Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
  • 99ee1fc Bump org.apache.commons:commons-lang3 in /src/it/projects/MJAVADOC-787
  • 18bfeb8 Maven Archiver 3.6.4 (#1226)
  • 63618bb Bump org.apache.commons:commons-lang3 (#1224)
  • 81afff9 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#1223)
  • 8bcdebf Add Apache 2.0 LICENSE file (#1220)
  • 2299072 Make the legacyMode consistent and actually useful (#1217)
  • 33c9f01 Be consistent about data encoding when copying files (#1215)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 2 updates

Bumps the peer-dependencies group with 2 updates in the /peer directory: [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) and [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin).


Updates `org.codehaus.mojo:versions-maven-plugin` from 2.18.0 to 2.19.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.18.0...2.19.0)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.2 to 3.11.3
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: peer-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: peer-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the peer Related to the Peer Java package label Sep 6, 2025
@github-actions github-actions Bot closed this in #704 Sep 9, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2025

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/maven/peer/dev/peer-dependencies-817c5b2ecc branch September 9, 2025 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

peer Related to the Peer Java package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants