commercetools-sdk-java-v2
commercetools-sdk-java-v2 copied to clipboard
chore(deps): update gradle/wrapper-validation-action action to v3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| gradle/wrapper-validation-action | action | major | v2.1.2 -> v3.3.1 |
Release Notes
gradle/wrapper-validation-action (gradle/wrapper-validation-action)
v3.3.1
v3.3.0
This is the first release of gradle/wrapper-validation-action available with the v3 version tag.
[!IMPORTANT] As of
v3this action has been deprecated bygradle/actions/wrapper-validation. Any workflow that usesgradle/wrapper-validation-action@v3will transparently delegate togradle/actions/wrapper-validation@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3with
uses: gradle/actions/wrapper-validation@v3See the wrapper-validation documentation for up-to-date documentation for
gradle/actions/wrapper-validation.
Changes from wrapper-validation-acion@v2
There are no functional changes in this release. The jump directly to v3 (and v3.3.0) serves 2 purposes:
- Ensure that users explicitly switch to the new delegating action implementation
- This upgrade also provides an opportunity for users to switch directly to
gradle/actions/wrapper-validation
- This upgrade also provides an opportunity for users to switch directly to
- Allows us to have consistent version numbering between
gradle/wrapper-validation-actionandgradle/actions/wrapper-validation
See #198
Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0
v2.1.3
What's Changed
- Update various NPM dependencies
- Update wrapper checksums to include Gradle 8.7
Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
🔕 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 has been generated by Mend Renovate. View repository job log here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 9.14%. Comparing base (
a0bdeb2) to head (49baeb9). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #619 +/- ##
=======================================
Coverage 9.14% 9.14%
Complexity 1425 1425
=======================================
Files 6227 6227
Lines 59468 59468
Branches 267 267
=======================================
Hits 5440 5440
Misses 53892 53892
Partials 136 136
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.