chore(deps): update gradle to v9.6.1 - autoclosed#1163
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ -0.11% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (e150b0b) 15414 7580 49.18% Head commit (cb44493) 15501 (+87) 7605 (+25) 49.06% (-0.11%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#1163) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull request overview
Updates the Gradle Wrapper distribution used by the server modules to the latest 9.6.1 patch release, keeping the build tooling aligned with upstream fixes.
Changes:
- Bump Gradle Wrapper distribution from
9.6.0to9.6.1in the server Gradle wrapper. - Bump Gradle Wrapper distribution from
9.6.0to9.6.1in thehelios-status-spring-starterGradle wrapper.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| server/gradle/wrapper/gradle-wrapper.properties | Updates wrapper distribution URL to Gradle 9.6.1 for the server build. |
| server/helios-status-spring-starter/gradle/wrapper/gradle-wrapper.properties | Updates wrapper distribution URL to Gradle 9.6.1 for the spring-starter build. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip |
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip |
This PR contains the following updates:
9.6.0→9.6.1Release Notes
gradle/gradle (gradle)
v9.6.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.