Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps org.openrewrite.recipe:rewrite-static-analysis from 2.11.0 to 2.12.0.

Release notes

Sourced from org.openrewrite.recipe:rewrite-static-analysis's releases.

2.12.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-static-analysis@v2.11.0...v2.12.0

Commits
  • 067c093 Simplify Arrays.asList with new array argument (#633)
  • 3cf0d8a Kotlin !is does not work well with RemoveRedundantNullCheckBeforeInstanceof
  • fdb5d94 Fix ClassCastException when handling nested exception class names in CombineS...
  • 7ad747b refactor: OpenRewrite Recipe best practices
  • 75973ab Add RemoveRedundantNullCheckBeforeInstanceof to CommonStaticAnalysis
  • 72e2edf Recipe RemoveRedundantNullCheckBeforeInstanceof (#632)
  • 24afbc9 Configure Claude with config taken from openrewrite/rewrite
  • 04c7edb Issue #622: precompile regexes in FixStringFormatExpressions.java and… (#625)
  • 6475ec5 refactor: Reorder annotations alphabetically
  • 82f0bb5 Trim empty lines to avoid bot comments
  • 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.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](openrewrite/rewrite-static-analysis@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Superseded by #266.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.openrewrite.recipe-rewrite-static-analysis-2.12.0 branch August 11, 2025 18:27
mergify bot added a commit that referenced this pull request Nov 10, 2025
…3.1.1 to 3.2.0 [skip ci]

Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.1.1 to 3.2.0.
Release notes

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

> 3.2.0
> -----
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add "serverId" and "privateKey" SCM parameters ([#1385](https://redirect.github.com/apache/maven-release/pull/1385)) [`@​kwin`](https://github.com/kwin)
> * Support complex CI-Friendly expressions ([#1382](https://redirect.github.com/apache/maven-release/pull/1382)) [`@​kwin`](https://github.com/kwin)
> * [[MRELEASE-1160]](https://issues.apache.org/jira/browse/MRELEASE-1160) - Consider releaseDescriptor's pushChanges for ScmRepositoryConfigurator.getConfiguredRepository() ([#237](https://redirect.github.com/apache/maven-release/pull/237)) [`@​kwin`](https://github.com/kwin)
> * [[MRELEASE-1054]](https://issues.apache.org/jira/browse/MRELEASE-1054) - Support for excluding submodules changes. ([#196](https://redirect.github.com/apache/maven-release/pull/196)) [`@​wuwen5`](https://github.com/wuwen5)
>
> 🐛 Bug Fixes
> -----------
>
> * [[MRELEASE-1154]](https://issues.apache.org/jira/browse/MRELEASE-1154) - Never fail for unresolvable version expressions ([#230](https://redirect.github.com/apache/maven-release/pull/230)) [`@​kwin`](https://github.com/kwin)
> * [[MRELEASE-1153]](https://issues.apache.org/jira/browse/MRELEASE-1153) - Revert parts of MRELEASE-1109 (8dfcb47996320af5e6f0b2d50eac209… ([#224](https://redirect.github.com/apache/maven-release/pull/224)) [`@​michael-o`](https://github.com/michael-o)
>
> 📝 Documentation updates
> -----------------------
>
> * Convert APT to Markdown ([#1405](https://redirect.github.com/apache/maven-release/pull/1405)) [`@​kwin`](https://github.com/kwin)
> * (doc) Add FAQ entry for using custom deploy plugin ([#1388](https://redirect.github.com/apache/maven-release/pull/1388)) [`@​Marcono1234`](https://github.com/Marcono1234)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#238](https://redirect.github.com/apache/maven-release/pull/238)) [`@​Bukama`](https://github.com/Bukama)
>
> 👻 Maintenance
> -------------
>
> * `PlexusFileUtils` Refaster recipes ([#1403](https://redirect.github.com/apache/maven-release/pull/1403)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * `PlexusStringUtils` Refaster recipes ([#1404](https://redirect.github.com/apache/maven-release/pull/1404)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Update site descriptor to 2.0.0 ([#1399](https://redirect.github.com/apache/maven-release/pull/1399)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * feat: enable prevent branch protection rules ([#1387](https://redirect.github.com/apache/maven-release/pull/1387)) [`@​sebtiem`](https://github.com/sebtiem)
> * Github Issues ([#241](https://redirect.github.com/apache/maven-release/pull/241)) [`@​Bukama`](https://github.com/Bukama)
> * Convert to Guice constructor injection ([#236](https://redirect.github.com/apache/maven-release/pull/236)) [`@​elharo`](https://github.com/elharo)
>
> 📦 Dependency updates
> --------------------
>
> * Bump parent from 42 to 45 ([#1396](https://redirect.github.com/apache/maven-release/pull/1396)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 ([#1392](https://redirect.github.com/apache/maven-release/pull/1392)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump scmVersion from 2.1.0 to 2.2.1 ([#1393](https://redirect.github.com/apache/maven-release/pull/1393)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.xmlunit:xmlunit-core from 2.10.3 to 2.10.4 ([#1389](https://redirect.github.com/apache/maven-release/pull/1389)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0 ([#1386](https://redirect.github.com/apache/maven-release/pull/1386)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 ([#1378](https://redirect.github.com/apache/maven-release/pull/1378)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-interactivity-api from 1.3 to 1.4 ([#239](https://redirect.github.com/apache/maven-release/pull/239)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 ([#240](https://redirect.github.com/apache/maven-release/pull/240)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.3 ([#1377](https://redirect.github.com/apache/maven-release/pull/1377)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1 ([#242](https://redirect.github.com/apache/maven-release/pull/242)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 ([#227](https://redirect.github.com/apache/maven-release/pull/227)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.hamcrest:hamcrest from 2.2 to 3.0 ([#226](https://redirect.github.com/apache/maven-release/pull/226)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 ([#231](https://redirect.github.com/apache/maven-release/pull/231)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 ([#225](https://redirect.github.com/apache/maven-release/pull/225)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`167c489`](apache/maven-release@167c489) [maven-release-plugin] prepare release maven-release-3.2.0
* [`0ab10be`](apache/maven-release@0ab10be) Improve javadoc for parameter "pushChanges"
* [`f06aaa2`](apache/maven-release@f06aaa2) Add links to Javadocs for SCM authentication
* [`bf44cbe`](apache/maven-release@bf44cbe) Site: Convert APT to Markdown
* [`71db7e5`](apache/maven-release@71db7e5) Move to match target converter format MARKDOWN with doxia-converter
* [`46a6026`](apache/maven-release@46a6026) `PlexusFileUtils` Refaster recipes ([#1403](https://redirect.github.com/apache/maven-release/issues/1403))
* [`b3d49dc`](apache/maven-release@b3d49dc) `PlexusStringUtils` Refaster recipes ([#1404](https://redirect.github.com/apache/maven-release/issues/1404))
* [`ce76e9f`](apache/maven-release@ce76e9f) Update site descriptor to 2.0.0
* [`0ef78fd`](apache/maven-release@0ef78fd) Bump parent from 42 to 45
* [`dfe917c`](apache/maven-release@dfe917c) Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 ([#1392](https://redirect.github.com/apache/maven-release/issues/1392))
* Additional commits viewable in [compare view](apache/maven-release@maven-release-3.1.1...maven-release-3.2.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-release-plugin&package-manager=maven&previous-version=3.1.1&new-version=3.2.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 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  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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant