chore(deps): update all non-major dependencies #158
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.19.1->2.19.22.19.1->2.19.25.13.3->5.13.45.13.3->5.13.42.19.0->2.20.00.12.0->0.13.0Release Notes
junit-team/junit-framework (org.junit.jupiter:junit-jupiter-engine)
v5.13.4bufbuild/protovalidate-java (build.buf:protovalidate)
v0.13.0This release is compatible with the v0.14.0 release of Protovalidate.
Breaking changes
We want validation rules to be easy to understand for authors and consumers. To simplify Protovalidate, we are renaming an option and remove two others. This is a breaking change, and you will have to update your Protobuf files if they use the relevant options :
IGNORE_IF_UNPOPULATEDis renamed toIGNORE_IF_ZERO_VALUE.Sehttps://github.com/bufbuild/protovalidate/pull/39797 for details.
(buf.validate.message).disabledis removed.You can replace it by adding
IGNORE_ALWAYSto every field of the message. See https://github.com/bufbuild/protovalidate/pull/394 for details.IGNORE_IF_DEFAULT_VALUEis removed.In most cases, you can replace it with
IGNORE_IF_ZERO_VALUE. See https://github.com/bufbuild/protovalidate/pull/396 for details.Full Changelog: bufbuild/protovalidate-java@v0.12.0...v0.13.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.