Skip to content

Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.30.0 to 3.31.0#1798

Merged
uhafner merged 1 commit intomainfrom
dependabot/maven/org.openrewrite.recipe-rewrite-testing-frameworks-3.31.0
Mar 26, 2026
Merged

Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.30.0 to 3.31.0#1798
uhafner merged 1 commit intomainfrom
dependabot/maven/org.openrewrite.recipe-rewrite-testing-frameworks-3.31.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps org.openrewrite.recipe:rewrite-testing-frameworks from 3.30.0 to 3.31.0.

Release notes

Sourced from org.openrewrite.recipe:rewrite-testing-frameworks's releases.

3.31.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-testing-frameworks@v3.30.0...v3.31.0

Commits
  • b15c883 Extract documentation examples from tests
  • f00b917 Add PowerMockRunnerDelegateToRunWith recipe (#940)
  • fc88d78 Add mockito-junit-jupiter dependency when MockitoExtension is introduced (#941)
  • 259e4c9 Add apiguardian-api to annotation processor classpath to suppress warnings (#...
  • 9f7bb0e Convert ArgumentMatcher anonymous class to lambda in Mockito migration (#937)
  • 72438fc Fix AssertThrowsOnLastStatement cursor chain for JavaTemplate compatibility (...
  • dedddc9 OpenRewrite recipe best practices
  • f737da5 Fix empty setUp/tearDown generation and missing public modifier for JUnit 4 (...
  • 014300f functions annotated with TestFactory must return a value hence must be ignore...
  • cad9d19 Fix AssertThrowsOnLastStatement crash on TypeCast arguments (#933)
  • See full diff 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 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)

@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Mar 25, 2026
@github-actions github-actions bot requested a review from uhafner March 25, 2026 16:32
@dependabot dependabot bot force-pushed the dependabot/maven/org.openrewrite.recipe-rewrite-testing-frameworks-3.31.0 branch from 8b35845 to bd12add Compare March 26, 2026 08:17
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.30.0 to 3.31.0.
- [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases)
- [Commits](openrewrite/rewrite-testing-frameworks@v3.30.0...v3.31.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-testing-frameworks
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.openrewrite.recipe-rewrite-testing-frameworks-3.31.0 branch from bd12add to 6cbf5de Compare March 26, 2026 08:26
@github-actions
Copy link

☀️   Quality Monitor

Tests

   JUnit   Unit Tests: ✅ successful — 87 passed, 2 skipped
   ⛔   Architecture Tests: ✅ successful — 17 passed, 2 skipped

Coverage for New Code

   〰️   Line Coverage: 100.00% — perfect 🎉
   ➰   Branch Coverage: 100.00% — perfect 🎉
   PIT   Mutation Coverage: 100.00% — perfect 🎉
   💪   Test Strength: 100.00% — perfect 🎉

Coverage for Whole Project

   〰️   Line Coverage: 91.57% — 65 missed lines
   ➰   Branch Coverage: 90.45% — 21 missed branches
   PIT   Mutation Coverage: 91.61% — 26 survived mutations
   💪   Test Strength: 94.67% — 16 survived mutations in tested code

Style

   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   ☕   Java Compiler: No warnings

Bugs

   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs

API Problems

   🚫   Revapi: No warnings

Vulnerabilities

   🛡️   OWASP Dependency Check: No vulnerabilities

Software Metrics

   🌀   Cyclomatic Complexity: 384 (total)
   💭   Cognitive Complexity: 174 (total)
   ➿   N-Path Complexity: 348 (total)
   📏   Lines of Code: 4410 (total)
   📝   Non Commenting Source Statements: 1274 (total)
   🔗   Class Cohesion: 71.43% (maximum)
   ⚖️   Weight of Class: 100.00% (maximum)

🚦 Quality Gates

Overall Status: ✅ SUCCESS

✅ Passed Gates

  • ✅ Overall Tests Success Rate: 100.00 >= 100.00
  • ✅ Line Coverage in New Code: 100.00 >= 90.00
  • ✅ Branch Coverage in New Code: 100.00 >= 90.00
  • ✅ Mutation Coverage in New Code: 100.00 >= 90.00
  • ✅ Potential Bugs in Whole Project: 0.00 <= 0.00
  • ✅ Style Violation in Whole Project: 0.00 <= 0.00

Created by Quality Monitor v4.7.1 (#236fd54). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit a5f053d into main Mar 26, 2026
15 checks passed
@uhafner uhafner deleted the dependabot/maven/org.openrewrite.recipe-rewrite-testing-frameworks-3.31.0 branch March 26, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies java Pull requests that update Maven Java dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant