Skip to content

Build(deps): Bump maven-plugin.version from 3.15.1 to 3.15.2#1443

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/maven/master/maven-plugin.version-3.15.2
Oct 27, 2025
Merged

Build(deps): Bump maven-plugin.version from 3.15.1 to 3.15.2#1443
github-actions[bot] merged 1 commit intomasterfrom
dependabot/maven/master/maven-plugin.version-3.15.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

Bumps maven-plugin.version from 3.15.1 to 3.15.2.
Updates 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

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.15.1 to 3.15.2

Release notes

Sourced from org.apache.maven.plugins:maven-plugin-plugin'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 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 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 `maven-plugin.version` from 3.15.1 to 3.15.2.

Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` 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)

Updates `org.apache.maven.plugins:maven-plugin-plugin` 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
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  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 Oct 27, 2025
@github-actions github-actions Bot enabled auto-merge October 27, 2025 05:54
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (6a4e8a7) to head (0006ebb).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #1443    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files         813     838    +25     
  Lines       31432   31761   +329     
  Branches     3600    3608     +8     
=======================================
- Misses      31432   31761   +329     
Flag Coverage Δ
cubrid 0.00% <ø> (?)
db2 0.00% <ø> (?)
embedded 0.00% <ø> (?)
examples 0.00% <ø> (?)
firebird 0.00% <ø> (?)
mongodb 0.00% <ø> (?)
mysql 0.00% <ø> (?)
oracle 0.00% <ø> (?)
postgresql 0.00% <ø> (?)
test 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions Bot merged commit 8179bba into master Oct 27, 2025
6 checks passed
@github-actions github-actions Bot deleted the dependabot/maven/master/maven-plugin.version-3.15.2 branch October 27, 2025 06:05
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.

0 participants