Skip to content

fix(deps): update openrewrite

This MR contains the following updates:

Package Change Age Confidence
org.openrewrite.recipe:rewrite-logging-frameworks 3.5.0 -> 3.16.0 age confidence
org.openrewrite.recipe:rewrite-java-security 3.5.0 -> 3.19.2 age confidence
org.openrewrite.recipe:rewrite-spring 6.4.0 -> 6.16.0 age confidence
org.openrewrite.rewrite 7.3.0 -> 7.18.0 age confidence

Release Notes

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

v3.16.0: 3.16.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.15.0...v3.16.0

v3.15.0: 3.15.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.14.0...v3.15.0

v3.14.0: 3.14.0

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.13.1...v3.14.0

v3.13.2: 3.13.2

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks

v3.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.13.0...v3.13.1

v3.13.0: 3.13.0

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.12.0...v3.13.0

v3.12.1: 3.12.1

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks

v3.12.0: 3.12.0

What's Changed

  • Adds filePattern parameter to ConfigureLoggerLevel by @​simonzn in #​235
  • Handle existing arguments alongside concatenation in ParameterizedLogging by @​timtebeek in #​237
  • Fix Slf4jLogShouldBeConstant to preserve format specifiers with width, alignment, and precision. by @​motlin in #​239

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.11.0...v3.12.0

v3.11.0: 3.11.0

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.10.0...v3.11.0

v3.10.0: 3.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.9.0...v3.10.0

v3.9.0: 3.9.0

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.8.0...v3.9.0

v3.8.0: 3.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.7.0...v3.8.0

v3.7.0: 3.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.6.1...v3.7.0

v3.6.1: 3.6.1

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.6.0...v3.6.1

v3.6.0: 3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-logging-frameworks/compare/v3.5.0...v3.6.0

openrewrite/rewrite-spring (org.openrewrite.recipe:rewrite-spring)

v6.16.0: 6.16.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.15.0...v6.16.0

v6.15.0: 6.15.0

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.14.0...v6.15.0

v6.14.0: 6.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.13.0...v6.14.0

v6.13.0: 6.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.12.0...v6.13.0

v6.12.0: 6.12.0

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.11.0...v6.12.0

v6.11.1: 6.11.1

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-spring

v6.11.0: 6.11.0

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.10.0...v6.11.0

v6.10.0: 6.10.0

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.9.0...v6.10.0

v6.9.0: 6.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.8.0...v6.9.0

v6.8.2: 6.8.2

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-spring

v6.8.1: 6.8.1

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.8.0...v6.8.1

v6.8.0: 6.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.7.0...v6.8.0

v6.7.0: 6.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.6.0...v6.7.0

v6.6.0: 6.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.5.1...v6.6.0

v6.5.1: 6.5.1

What's Changed

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.5.0...v6.5.1

v6.5.0: 6.5.0

What's Changed

  • Add Recipe to migrate org.springframework.web.reactive.HandlerResult.setExceptionHandler method by @​wapkch in #​690
  • Add Recipe to migrate org.springframework.web.reactive.HandlerResult.hasExceptionHandler to getExceptionHandler() method by @​wapkch in #​693
  • Add Recipe to migrate org.springframework.util.Base64Utils to java.util.Base64 by @​wapkch in #​689
  • Update MSAL by @​MBoegers in #​695
  • Addresses part of Recipes to upgrade to Spring Framework 6.2 by @​wapkch in #​694
  • Add migration tests and recipes for Spring Batch by @​qwtfps in #​686
  • JDBC Query For long Replaced with Query For Object by @​Kushank24 in #​688

New Contributors

Full Changelog: https://github.com/openrewrite/rewrite-spring/compare/v6.4.0...v6.5.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 MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by bullshit

Merge request reports

Loading