Skip to content

Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2#328

Merged
deweyjose merged 1 commit into
mainfrom
dependabot/maven/org.apache.maven.plugin-tools-maven-plugin-annotations-3.15.2
Jun 22, 2026
Merged

Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2#328
deweyjose merged 1 commit into
mainfrom
dependabot/maven/org.apache.maven.plugin-tools-maven-plugin-annotations-3.15.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2.

Release notes

Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases.

3.15.2

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • f7ed01b [maven-release-plugin] prepare release maven-plugin-tools-3.15.2
  • ba0297c Bump org.jsoup:jsoup from 1.18.1 to 1.19.1
  • 4ca9fb6 Update site descriptors to 2.0
  • facedc9 Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method
  • 0e2322a Cleanups dependencies
  • 1d23695 Fix run-on sentence
  • 252c901 Use injection instead of Component annotation
  • 69c653a Update document to use Guice constructor injection
  • 73f78dc Begin converting this plugin to Guice constructor injection
  • 23242f4 refactor: Replace Plexus AbstractLogEnabled with SLF4J
  • 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 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.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage Report

Overall Project 95.11% 🍏

There is no coverage information present for the Files changed

@deweyjose deweyjose left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Summary

Dependabot patch bump of org.apache.maven.plugin-tools:maven-plugin-annotations 3.15.1 → 3.15.2 (graphqlcodegen-maven-plugin/pom.xml:47, single-line property change). 3.15.2 is a docs/maintenance/test-dependency release with no API changes to the annotation classes the plugin uses.

Build result

Verified locally against the PR head (CI does not run on this PR's checks reliably, so I ran it myself):

  • ./mvnw -B -ntp verifyBUILD SUCCESS (full reactor, all tests pass)
  • mvnw spotless:check (in graphqlcodegen-maven-plugin) → BUILD SUCCESS (28 files clean)

Wiring completeness

N/A — no new options; pom dependency metadata only.

Backwards compatibility

Not breaking. maven-plugin-annotations is declared provided scope (graphqlcodegen-maven-plugin/pom.xml:153-154): compile-time only for the @Mojo/@Parameter annotations, not a runtime transitive dependency consumers rely on. It is NOT on the generation path (graphql-dgs-codegen-core / kotlinpoet / graphql-java), so generated output is unaffected. No @Parameter, default, goal, or Java/Maven-version changes.

Risks

Minimal — patch bump, build path only, no consumer-visible surface.

Verdict

APPROVE. Meets all Dependabot auto-merge conditions; proceeding to merge.


Generated by Claude Code

@deweyjose deweyjose merged commit d5f65c3 into main Jun 22, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/org.apache.maven.plugin-tools-maven-plugin-annotations-3.15.2 branch June 22, 2026 13:26
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