BranislavBeno / Ronja-CRM-Desktop-Client

MIT License
0 stars 0 forks source link

chore(deps): update all non-major dependencies #180

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.openrewrite.recipe:rewrite-spring 5.18.0 -> 5.19.0 age adoption passing confidence
org.openrewrite.recipe:rewrite-migrate-java 2.23.0 -> 2.25.0 age adoption passing confidence
org.openrewrite.maven:rewrite-maven-plugin (source) 5.39.2 -> 5.40.2 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

openrewrite/rewrite-spring (org.openrewrite.recipe:rewrite-spring) ### [`v5.19.0`](https://redirect.github.com/openrewrite/rewrite-spring/releases/tag/v5.19.0): 5.19.0 #### What's Changed - Add recipes for MongoDb related changes in Spring Boot/Data 2.3 by [@​Laurens-W](https://redirect.github.com/Laurens-W) in [https://github.com/openrewrite/rewrite-spring/pull/583](https://redirect.github.com/openrewrite/rewrite-spring/pull/583) - chore(ci): Bump peter-evans/create-pull-request from 6 to 7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openrewrite/rewrite-spring/pull/585](https://redirect.github.com/openrewrite/rewrite-spring/pull/585) - Spring Kafka 3.0 migration recipes by [@​timtebeek](https://redirect.github.com/timtebeek) in [https://github.com/openrewrite/rewrite-spring/pull/587](https://redirect.github.com/openrewrite/rewrite-spring/pull/587) - refactor: Update Gradle wrapper by [@​shanman190](https://redirect.github.com/shanman190) in [https://github.com/openrewrite/rewrite-spring/pull/590](https://redirect.github.com/openrewrite/rewrite-spring/pull/590) - suppress spring-data-mongodb vulnerability. We need the classes there to migrate away from it. by [@​pstreef](https://redirect.github.com/pstreef) in [https://github.com/openrewrite/rewrite-spring/pull/591](https://redirect.github.com/openrewrite/rewrite-spring/pull/591) - Exclude (not used) vulnerable dependencies by [@​pstreef](https://redirect.github.com/pstreef) in [https://github.com/openrewrite/rewrite-spring/pull/592](https://redirect.github.com/openrewrite/rewrite-spring/pull/592) **Full Changelog**: https://github.com/openrewrite/rewrite-spring/compare/v5.18.0...v5.19.0
openrewrite/rewrite-migrate-java (org.openrewrite.recipe:rewrite-migrate-java) ### [`v2.25.0`](https://redirect.github.com/openrewrite/rewrite-migrate-java/releases/tag/v2.25.0): 2.25.0 [Compare Source](https://redirect.github.com/openrewrite/rewrite-migrate-java/compare/v2.24.0...v2.25.0) #### What's Changed - Remove parameters from java-version-11.yml for DetectAWTGetPeerMethod recipe by [@​ranuradh](https://redirect.github.com/ranuradh) in [https://github.com/openrewrite/rewrite-migrate-java/pull/548](https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/548) - Skip adding var to local variables initialized by array initializer by [@​MBoegers](https://redirect.github.com/MBoegers) in [https://github.com/openrewrite/rewrite-migrate-java/pull/552](https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/552) **Full Changelog**: https://github.com/openrewrite/rewrite-migrate-java/compare/v2.24.0...v2.25.0 ### [`v2.24.0`](https://redirect.github.com/openrewrite/rewrite-migrate-java/releases/tag/v2.24.0): 2.24.0 [Compare Source](https://redirect.github.com/openrewrite/rewrite-migrate-java/compare/v2.23.0...v2.24.0) #### What's Changed - Recipes to migrate from Javax, Jakarta and JetBrains nullability annotations to JSpecify by [@​sullis](https://redirect.github.com/sullis) in [https://github.com/openrewrite/rewrite-migrate-java/pull/541](https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/541) - Recipe to migrate from `Math.random` to `ThreadLocalRandom` by [@​sullis](https://redirect.github.com/sullis) in [https://github.com/openrewrite/rewrite-migrate-java/pull/543](https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/543) - Modified the RemovedSubjectMethods recipe by [@​BhavanaPidapa](https://redirect.github.com/BhavanaPidapa) in [https://github.com/openrewrite/rewrite-migrate-java/pull/545](https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/545) - refactor: Update Gradle wrapper by [@​shanman190](https://redirect.github.com/shanman190) in [https://github.com/openrewrite/rewrite-migrate-java/pull/546](https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/546) - Replace static `com.sun.awt.AWTUtilities` methods with Java 11 equivalents by [@​ranuradh](https://redirect.github.com/ranuradh) in [https://github.com/openrewrite/rewrite-migrate-java/pull/544](https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/544) **Full Changelog**: https://github.com/openrewrite/rewrite-migrate-java/compare/v2.23.0...v2.24.0
openrewrite/rewrite-maven-plugin (org.openrewrite.maven:rewrite-maven-plugin) ### [`v5.40.2`](https://redirect.github.com/openrewrite/rewrite-maven-plugin/releases/tag/v5.40.2): 5.40.2 [Compare Source](https://redirect.github.com/openrewrite/rewrite-maven-plugin/compare/v5.40.1...v5.40.2) #### What's Changed - Throw a `MojoFailureException` when we fail to parse or resolve the Maven POM file or one of its dependencies by [@​timtebeek](https://redirect.github.com/timtebeek) **Full Changelog**: https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.40.1...v5.40.2 ### [`v5.40.1`](https://redirect.github.com/openrewrite/rewrite-maven-plugin/releases/tag/v5.40.1): 5.40.1 [Compare Source](https://redirect.github.com/openrewrite/rewrite-maven-plugin/compare/v5.40.0...v5.40.1) #### What's Changed - Update with rewrite 8.35.1, which adds support for parsing poms that reference `project.prerequisites.maven` - Exclude transitive dependencies of checkstyle. We don't need them to load checkstyle config and occasionally security scanners get mad about these unused transitive dependencies. by [@​sambsnyd](https://redirect.github.com/sambsnyd) in https://github.com/openrewrite/rewrite-maven-plugin/commit/1bb09a1cac69776e19d3ac0887ad5bedfd6f424c **Full Changelog**: https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.40.0...v5.40.1 ### [`v5.40.0`](https://redirect.github.com/openrewrite/rewrite-maven-plugin/releases/tag/v5.40.0): 5.40.0 [Compare Source](https://redirect.github.com/openrewrite/rewrite-maven-plugin/compare/v5.39.2...v5.40.0) #### What's Changed - chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/854](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/854) - chore(ci): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/855](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/855) - chore(ci): bump org.owasp:dependency-check-maven from 10.0.3 to 10.0.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/856](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/856) - Support configure log level for recipe changes by [@​runeflobakk](https://redirect.github.com/runeflobakk) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/852](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/852) - chore(ci): bump maven-plugin-tools.version from 3.14.0 to 3.15.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/858](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/858) - chore(ci): bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/859](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/859) - Reduce warnings when building rewrite-maven-plugin by [@​timtebeek](https://redirect.github.com/timtebeek) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/860](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/860) - feat: option to add `additionalPlainTextMasks` by [@​dpozinen](https://redirect.github.com/dpozinen) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/857](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/857) #### New Contributors - [@​runeflobakk](https://redirect.github.com/runeflobakk) made their first contribution in [https://github.com/openrewrite/rewrite-maven-plugin/pull/852](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/852) - [@​dpozinen](https://redirect.github.com/dpozinen) made their first contribution in [https://github.com/openrewrite/rewrite-maven-plugin/pull/857](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/857) **Full Changelog**: https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.39.2...v5.40.0

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Bratislava, 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.

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



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

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud