Skip to content

chore(ci): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0#1106

Merged
timtebeek merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.15.0
Feb 2, 2026
Merged

chore(ci): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0#1106
timtebeek merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.15.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0.

Release notes

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

3.15.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 9290cb3 [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0
  • 3657d40 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 7bbf805 Bump plexusCompilerVersion from 2.16.1 to 2.16.2
  • 57fa938 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
  • -
  • 385e3f2 Fix Java 25 compatibility during integration tests (#1020)
  • 6b34423 Bump org.apache.maven.plugins:maven-plugins from 45 to 46
  • aaeb9c6 [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...
  • 6e3db9d Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2
  • -
  • 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
  • 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • 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 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 [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.1 to 3.15.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Feb 2, 2026
@github-project-automation github-project-automation bot moved this to In Progress in OpenRewrite Feb 2, 2026
@timtebeek timtebeek merged commit 5abd366 into main Feb 2, 2026
2 checks passed
@timtebeek timtebeek deleted the dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.15.0 branch February 2, 2026 21:27
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenRewrite Feb 2, 2026
mergify bot added a commit to robfrank/linklift that referenced this pull request Feb 14, 2026
… 6.28.0 to 6.29.0 [skip ci]

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

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

> 6.29.0
> ------
>
> What's Changed
> --------------
>
> * Skip unresolved property placeholders when determining charset by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-maven-plugin#1105](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1105)
> * chore(ci): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1106](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1106)
>
> **Full Changelog**: <openrewrite/rewrite-maven-plugin@v6.28.1...v6.29.0>
>
> 6.28.1
> ------
>
> What's Changed
> --------------
>
> * chore(ci): bump org.assertj:assertj-bom from 3.27.6 to 3.27.7 by [`@​dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1101](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1101)
> * chore(ci): bump org.codehaus.plexus:plexus-xml from 4.1.0 to 4.1.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [openrewrite/rewrite-maven-plugin#1102](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1102)
> * Parse src/main/webapp resources for WAR projects by [`@​Jenson3210`](https://github.com/Jenson3210) in [openrewrite/rewrite-maven-plugin#1103](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1103)
>
> New Contributors
> ----------------
>
> * [`@​Jenson3210`](https://github.com/Jenson3210) made their first contribution in [openrewrite/rewrite-maven-plugin#1103](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1103)
>
> **Full Changelog**: <openrewrite/rewrite-maven-plugin@v6.28.0...v6.28.1>


Commits

* [`b4c30ba`](openrewrite/rewrite-maven-plugin@b4c30ba) [maven-release-plugin] prepare release v6.29.0
* [`184e927`](openrewrite/rewrite-maven-plugin@184e927) Bump rewrite.version property
* [`2c01af1`](openrewrite/rewrite-maven-plugin@2c01af1) OpenRewrite recipe best practices
* [`d2ec8a7`](openrewrite/rewrite-maven-plugin@d2ec8a7) Delete files
* [`5abd366`](openrewrite/rewrite-maven-plugin@5abd366) chore(ci): bump org.apache.maven.plugins:maven-compiler-plugin ([#1106](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1106))
* [`9792e32`](openrewrite/rewrite-maven-plugin@9792e32) Skip unresolved property placeholders when determining charset ([#1105](https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1105))
* [`27684e2`](openrewrite/rewrite-maven-plugin@27684e2) Bump rewrite.version property
* [`a36a35d`](openrewrite/rewrite-maven-plugin@a36a35d) [maven-release-plugin] prepare for next development iteration
* [`01f3b70`](openrewrite/rewrite-maven-plugin@01f3b70) [maven-release-plugin] prepare release v6.28.1
* [`d1936af`](openrewrite/rewrite-maven-plugin@d1936af) Bump rewrite.version property
* Additional commits viewable in [compare view](openrewrite/rewrite-maven-plugin@v6.28.0...v6.29.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.28.0&new-version=6.29.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