Skip to content

chore(ci): bump maven-dependencies.version from 3.9.12 to 3.9.13 - #1117

Merged
timtebeek merged 1 commit into
mainfrom
dependabot/maven/maven-dependencies.version-3.9.13
Mar 10, 2026
Merged

timtebeek merged 1 commit into
mainfrom
dependabot/maven/maven-dependencies.version-3.9.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Copy link
Copy Markdown
Contributor

Bumps maven-dependencies.version from 3.9.12 to 3.9.13.
Updates org.apache.maven:maven-plugin-api from 3.9.12 to 3.9.13

Release notes

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

3.9.13

🐛 Bug Fixes

    -
  • Bug: SecDispatcher is managed by legacy Plexus DI (#11711) @​cstamas
  • -
  • [3.9.x] MavenPluginJavaPrerequisiteChecker: Handle 8/1.8 Java version in ranges as well (#11577) @​cstamas

👻 Maintenance

📦 Dependency updates

Commits
  • 39d686b [maven-release-plugin] prepare release maven-3.9.13
  • -
  • 1779f34 Maven Resolver 1.9.27 (#11732)
  • -
  • 18a5264 Bump resolverVersion from 1.9.25 to 1.9.26 (#11725)
  • c081a92 Update Maven plugin versions in default-bindings.xml
  • -
  • dea5f14 Bug: SecDispatcher is managed by legacy Plexus DI (#11711)
  • -
  • 5bcfc50 Bump version.sisu-maven-plugin from 0.9.0.M4 to 1.0.0 (#11706)
  • -
  • 067cb25 Bump actions/cache from 5.0.2 to 5.0.3 (#11688)
  • d898a51 Fix build
  • 71656a5 Bump org.apache.maven:maven-parent from 45 to 47
  • -
  • ad17267 Bump actions/checkout from 6.0.1 to 6.0.2 (#11666)
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-core from 3.9.12 to 3.9.13

Updates org.apache.maven:maven-settings from 3.9.12 to 3.9.13

Updates org.apache.maven:maven-model from 3.9.12 to 3.9.13

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 `maven-dependencies.version` from 3.9.12 to 3.9.13.

Updates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.13
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.12...maven-3.9.13)

Updates `org.apache.maven:maven-core` from 3.9.12 to 3.9.13

Updates `org.apache.maven:maven-settings` from 3.9.12 to 3.9.13

Updates `org.apache.maven:maven-model` from 3.9.12 to 3.9.13

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-version: 3.9.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
  dependency-version: 3.9.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-settings
  dependency-version: 3.9.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-model
  dependency-version: 3.9.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 9, 2026
@github-project-automation github-project-automation Bot moved this to In Progress in OpenRewrite Mar 9, 2026
@timtebeek
timtebeek merged commit 38a8310 into main Mar 10, 2026
1 check passed
@timtebeek
timtebeek deleted the dependabot/maven/maven-dependencies.version-3.9.13 branch March 10, 2026 12:11
@github-project-automation github-project-automation Bot moved this from In Progress to Done in OpenRewrite Mar 10, 2026
mergify Bot added a commit to robfrank/linklift that referenced this pull request Mar 19, 2026
… 6.32.0 to 6.34.0 [skip ci]

Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 6.32.0 to 6.34.0.
Release notes

*Sourced from [org.openrewrite.maven:rewrite-maven-plugin's releases](https://github.com/openrewrite/rewrite-maven-plugin/releases).*

> 6.34.0
> ------
>
> What's Changed
> --------------
>
> * Add explicit Groovy source file parsing with classpath by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-maven-plugin#1119](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1119)
> * chore(ci): bump io.micrometer:micrometer-core from 1.16.3 to 1.16.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1120](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1120)
> * chore(ci): bump maven-dependencies.version from 3.9.13 to 3.9.14 by [`@​dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1121](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1121)
> * Prevent cross-scope source files from being parsed as PlainText by [`@​pstreef`](https://github.com/pstreef) in [openrewrite/rewrite-maven-plugin#1123](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1123)
>
> New Contributors
> ----------------
>
> * [`@​pstreef`](https://github.com/pstreef) made their first contribution in [openrewrite/rewrite-maven-plugin#1123](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1123)
>
> **Full Changelog**: <openrewrite/rewrite-maven-plugin@v6.33.0...v6.34.0>
>
> 6.33.0
> ------
>
> What's Changed
> --------------
>
> * chore(ci): bump maven-dependencies.version from 3.9.12 to 3.9.13 by [`@​dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1117](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1117)
>
> **Full Changelog**: <openrewrite/rewrite-maven-plugin@v6.32.0...v6.33.0>


Commits

* [`cf0a432`](openrewrite/rewrite-maven-plugin@cf0a432) [maven-release-plugin] prepare release v6.34.0
* [`241454c`](openrewrite/rewrite-maven-plugin@241454c) Bump rewrite.version property
* [`753abba`](openrewrite/rewrite-maven-plugin@753abba) Prevent cross-scope source files from being parsed as PlainText ([#1123](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1123))
* [`86478fe`](openrewrite/rewrite-maven-plugin@86478fe) chore(ci): bump maven-dependencies.version from 3.9.13 to 3.9.14 ([#1121](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1121))
* [`9d6cafa`](openrewrite/rewrite-maven-plugin@9d6cafa) chore(ci): bump io.micrometer:micrometer-core from 1.16.3 to 1.16.4 ([#1120](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1120))
* [`30b4ff1`](openrewrite/rewrite-maven-plugin@30b4ff1) Add explicit Groovy source file parsing with classpath ([#1119](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1119))
* [`4e290c4`](openrewrite/rewrite-maven-plugin@4e290c4) Bump rewrite.version property
* [`23b08c7`](openrewrite/rewrite-maven-plugin@23b08c7) [maven-release-plugin] prepare for next development iteration
* [`b990e73`](openrewrite/rewrite-maven-plugin@b990e73) [maven-release-plugin] prepare release v6.33.0
* [`2d8fd65`](openrewrite/rewrite-maven-plugin@2d8fd65) Bump rewrite.version property
* Additional commits viewable in [compare view](openrewrite/rewrite-maven-plugin@v6.32.0...v6.34.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.openrewrite.maven:rewrite-maven-plugin&package-manager=maven&previous-version=6.32.0&new-version=6.34.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
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

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant