Skip to content

Bump dependency org.openrewrite.recipe:rewrite-testing-frameworks to v3.31.0#1802

Merged
uhafner merged 1 commit intomainfrom
renovate/rewrite-testing-frameworks.version
Mar 26, 2026
Merged

Bump dependency org.openrewrite.recipe:rewrite-testing-frameworks to v3.31.0#1802
uhafner merged 1 commit intomainfrom
renovate/rewrite-testing-frameworks.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 25, 2026

This PR contains the following updates:

Package Change Age Confidence
org.openrewrite.recipe:rewrite-testing-frameworks 3.30.03.31.0 age confidence

Release Notes

openrewrite/rewrite-testing-frameworks (org.openrewrite.recipe:rewrite-testing-frameworks)

v3.31.0: 3.31.0

Compare Source

What's Changed

  • Fix AssertThrowsOnLastStatement crash on TypeCast arguments by @​timtebeek in #​933
  • Functions annotated with TestFactory must return a value hence must be ignored by TestMethodsShouldBeVoid recipe by @​barbulescu in #​935
  • Fix empty setUp/tearDown generation and missing public modifier for JUnit 4 by @​bmuschko in #​936
  • Fix AssertThrowsOnLastStatement cursor chain for JavaTemplate compatibility by @​timtebeek in #​938
  • Convert ArgumentMatcher anonymous class to lambda in Mockito migration by @​bmuschko in #​937
  • Add apiguardian-api to annotation processor classpath by @​timtebeek in #​939
  • Add mockito-junit-jupiter dependency when MockitoExtension is introduced by @​bmuschko in #​941
  • Add PowerMockRunnerDelegateToRunWith recipe by @​bmuschko in #​940

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies label Mar 25, 2026
@github-actions github-actions bot requested a review from uhafner March 25, 2026 16:33
@renovate renovate bot force-pushed the renovate/rewrite-testing-frameworks.version branch from 4bf937c to 4396ef4 Compare March 26, 2026 08:14
@renovate renovate bot force-pushed the renovate/rewrite-testing-frameworks.version branch from 4396ef4 to 7b124dd Compare March 26, 2026 08:26
@github-actions
Copy link
Copy Markdown

☀️   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 df2f0d0 into main Mar 26, 2026
16 checks passed
@uhafner uhafner deleted the renovate/rewrite-testing-frameworks.version 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant