Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2#328
Conversation
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>
Code Coverage Report
|
deweyjose
left a comment
There was a problem hiding this comment.
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 verify→ BUILD SUCCESS (full reactor, all tests pass)mvnw spotless:check(ingraphqlcodegen-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
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.
Commits
f7ed01b[maven-release-plugin] prepare release maven-plugin-tools-3.15.2ba0297cBump org.jsoup:jsoup from 1.18.1 to 1.19.14ca9fb6Update site descriptors to 2.0facedc9Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method0e2322aCleanups dependencies1d23695Fix run-on sentence252c901Use injection instead of Component annotation69c653aUpdate document to use Guice constructor injection73f78dcBegin converting this plugin to Guice constructor injection23242f4refactor: Replace Plexus AbstractLogEnabled with SLF4JDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)