Skip to content

Comments

Bump the maven-plugins group across 1 directory with 2 updates#104

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/maven-plugins-3e6ca7ac7e
Closed

Bump the maven-plugins group across 1 directory with 2 updates#104
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/maven-plugins-3e6ca7ac7e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps the maven-plugins group with 2 updates in the / directory: org.apache.maven.plugins:maven-invoker-plugin and org.apache.maven.plugins:maven-gpg-plugin.

Updates org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1

Release notes

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

3.9.1

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

Commits
  • d762bd3 [maven-release-plugin] prepare release maven-invoker-plugin-3.9.1
  • aedeca8 Enable build by Maven 4 on GitHub
  • db72957 fix it
  • 1d11ee2 Bump mavenVersion from 3.6.3 to 3.9.10
  • 883ac14 Bump org.apache.maven.plugins:maven-plugins from 44 to 45
  • 7e1c4ca Restore tag-template for release-drafter
  • cbaf799 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • 0d24834 restore notifications on issues
  • 0f837a8 disable notifications before import
  • 6e3c6c9 Bump org.apache.groovy:groovy-bom from 4.0.26 to 4.0.27 (#287)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8

Release notes

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

3.2.8

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 8a46455 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.8
  • 7012821 Fix issueManagement, ciManagement system and url
  • a9a8c84 Make empty classifier null (not empty string) (#287)
  • a8368b0 Add .mvn
  • f0e45e0 Update parent POM to 45 (#284)
  • cb1236c Bump bouncycastleVersion from 1.78.1 to 1.80 (#127)
  • 5377a10 Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133)
  • 8b63932 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125)
  • 54ea518 Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1
  • a6a412d Remove old JIRA issue link
  • 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

Bumps the maven-plugins group with 2 updates in the / directory: [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin).


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

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-plugins
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-plugins
...

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 Jul 4, 2025
@dependabot dependabot bot requested review from magnusp and niklasga as code owners July 4, 2025 11:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 4, 2025
@github-actions github-actions bot enabled auto-merge July 4, 2025 11:51
"changesets": patch
---

- org.apache.maven.plugins:maven-invoker-plugin, org.apache.maven.plugins:maven-gpg-plugin: No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This obviously did not work for grouped updates 🤦

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 14, 2025
auto-merge was automatically disabled July 14, 2025 01:34

Pull request was closed

@dependabot dependabot bot deleted the dependabot/maven/maven-plugins-3e6ca7ac7e branch July 14, 2025 01:34
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