Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the maven-plugins group with 1 update: org.apache.maven.plugins:maven-wrapper-plugin.

Updates org.apache.maven.plugins:maven-wrapper-plugin from 3.3.2 to 3.3.3

Release notes

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

3.3.3

💥 Breaking changes

🚀 New features and improvements

  • Fix Maven wrapper support for snapshot distributions (#335) @​gnodet

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • e2a0c81 [maven-release-plugin] prepare release maven-wrapper-3.3.3
  • 80952cd Clarify usage of MAVEN_USER_HOME
  • 08e7200 Remove wrapper lifecycle
  • 36886fa Support for snapshot distributions - fix (#352)
  • d02d845 Use invoker version from parent
  • af7671b Bump mavenVersion from 3.9.6 to 3.9.11 (#360)
  • 7b39937 Bump exec-maven-plugin to 3.5.1 in ITs
  • dea9bb6 Allow dependabot to track also org.apache.maven
  • 54c3f85 Refresh download page
  • 46f28cc Update site descriptor to 2.0.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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2025
Bumps the maven-plugins group with 1 update: [org.apache.maven.plugins:maven-wrapper-plugin](https://github.com/apache/maven-wrapper).


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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-wrapper-plugin
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-plugins
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/maven-plugins-b05a37b4c7 branch from 1d2b25f to 894c102 Compare September 1, 2025 06:06
Wrapper was generated with the older version of the plugin (3.2.0). If we update the wrapper plugin version, we probably should also re-generate the wrapper itself (otherwise, what would be the point of bumping the plugin version?)

The default distribution type has changed, and now it is a script-only (https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR) which is "nice" since it ensures that there are no binaries included in the sources.
@marko-bekhta marko-bekhta force-pushed the dependabot/maven/maven-plugins-b05a37b4c7 branch from 36c969b to 4cb3f57 Compare September 2, 2025 07:48
@yrodiere yrodiere merged commit 7b2eff4 into main Sep 2, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-plugins-b05a37b4c7 branch September 2, 2025 07:54
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.

2 participants