Skip to content

Bump modernizer-maven-plugin.version from 3.2.0 to 3.3.0#1651

Merged
mprins merged 1 commit intomainfrom
dependabot/maven/main/modernizer-maven-plugin.version-3.3.0
Mar 23, 2026
Merged

Bump modernizer-maven-plugin.version from 3.2.0 to 3.3.0#1651
mprins merged 1 commit intomainfrom
dependabot/maven/main/modernizer-maven-plugin.version-3.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps modernizer-maven-plugin.version from 3.2.0 to 3.3.0.
Updates org.gaul:modernizer-maven-annotations from 3.2.0 to 3.3.0

Release notes

Sourced from org.gaul:modernizer-maven-annotations's releases.

Modernizer Maven Plugin 3.3.0

  • Fix execution on multi-module projects, #390
  • Upgrade to asm 9.9.0 for Java 26 compatibility, #378

Thanks @​akuhtz for sending pull requests to improve Modernizer!

Commits
  • a22f3b0 modernizer-maven-plugin 3.3.0 release
  • e5a1c11 Use Java 7 diamond operator where possible
  • 2f79dc6 Prefer StandardCharsets.UTF_8 over custom constant
  • 11508b2 Enable secure XML parsing
  • 8679a4a Remove redundant Path.resolve call
  • 965e56b Consistently handle null from Class.getResourceAsStream
  • 56bff0b Bump mavenVersion from 3.9.12 to 3.9.14
  • ddd3477 Bump joda-time:joda-time from 2.14.0 to 2.14.1
  • f03eaaa Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0
  • 7e6ae5c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5
  • Additional commits viewable in compare view

Updates org.gaul:modernizer-maven-plugin from 3.2.0 to 3.3.0

Release notes

Sourced from org.gaul:modernizer-maven-plugin's releases.

Modernizer Maven Plugin 3.3.0

  • Fix execution on multi-module projects, #390
  • Upgrade to asm 9.9.0 for Java 26 compatibility, #378

Thanks @​akuhtz for sending pull requests to improve Modernizer!

Commits
  • a22f3b0 modernizer-maven-plugin 3.3.0 release
  • e5a1c11 Use Java 7 diamond operator where possible
  • 2f79dc6 Prefer StandardCharsets.UTF_8 over custom constant
  • 11508b2 Enable secure XML parsing
  • 8679a4a Remove redundant Path.resolve call
  • 965e56b Consistently handle null from Class.getResourceAsStream
  • 56bff0b Bump mavenVersion from 3.9.12 to 3.9.14
  • ddd3477 Bump joda-time:joda-time from 2.14.0 to 2.14.1
  • f03eaaa Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0
  • 7e6ae5c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5
  • 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 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 `modernizer-maven-plugin.version` from 3.2.0 to 3.3.0.

Updates `org.gaul:modernizer-maven-annotations` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
- [Commits](gaul/modernizer-maven-plugin@modernizer-maven-plugin-3.2.0...modernizer-maven-plugin-3.3.0)

Updates `org.gaul:modernizer-maven-plugin` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
- [Commits](gaul/modernizer-maven-plugin@modernizer-maven-plugin-3.2.0...modernizer-maven-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.gaul:modernizer-maven-annotations
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.gaul:modernizer-maven-plugin
  dependency-version: 3.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependency (automated) dependency update infrastructure build infrastructure (Maven plugins, CI related, ...) labels Mar 19, 2026
@github-actions github-actions bot removed the dependency (automated) dependency update label Mar 19, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 19, 2026 22:03
@github-actions
Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

pom.xml

PackageVersionLicenseIssue Type
org.gaul:modernizer-maven-annotations3.3.0NullUnknown License
Allowed Licenses: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, LGPL-2.1-only, EPL-2.0, EPL-1.0
Excluded from license check: pkg:maven/org.eclipse.angus/jakarta.mail@2.0.5?type=jar, pkg:maven/jakarta.ws.rs:jakarta.ws.rs-api@4.0.0?type=jar

OpenSSF Scorecard

PackageVersionScoreDetails
maven/org.gaul:modernizer-maven-annotations 3.3.0 UnknownUnknown

Scanned Files

  • pom.xml

@mprins mprins disabled auto-merge March 23, 2026 08:41
@mprins mprins merged commit 074a572 into main Mar 23, 2026
21 checks passed
@mprins mprins deleted the dependabot/maven/main/modernizer-maven-plugin.version-3.3.0 branch March 23, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure build infrastructure (Maven plugins, CI related, ...)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant