Skip to content

Update Gradle to v9.5.0#1683

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gradle-dependencies
Open

Update Gradle to v9.5.0#1683
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gradle-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

Package Update Change Pending
gradle (source) minor 9.4.19.5.0 9.5.1

Release Notes

gradle/gradle (gradle)

v9.5.0

Compare Source


Configuration

📅 Schedule: (in timezone CET)

  • Branch creation
    • "before 4am on Monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 3, 2026
@renovate renovate Bot requested a review from a team May 3, 2026 22:53
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 3, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 3, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: build.gradle.kts
Command failed: ./gradlew -Dorg.gradle.jvmargs=-Xms512m -Xmx512m --console=plain --dependency-verification lenient -q properties

FAILURE: Build failed with an exception.

* Where:
Settings file '/tmp/renovate/repos/github/SonarSource/sonar-php/settings.gradle.kts' line: 21

* What went wrong:
Plugin [id: 'org.sonarsource.cloud-native.common-settings'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (plugin dependency must include a version number for this source)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 13s

@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha Bot commented May 3, 2026

Summary

This PR updates the Gradle wrapper version from 9.4.1 to 9.5.0, a minor version bump. Only the gradle-wrapper.properties file is modified: the distributionUrl now points to the new version, and the SHA256 checksum is updated to match the new binary. This is a routine Renovate-generated dependency update with no changes to build configuration or code logic.

What reviewers should know

What to check:

  • Review Gradle 9.5.0 release notes for any breaking changes or deprecations that might affect the build
  • Ensure CI/CD passes with the new Gradle version — the test suite will validate compatibility

Low-risk change:

  • Only wrapper properties are updated; no build files, configurations, or code are modified
  • This is a minor version bump within the same major version series (9.x)
  • Wrapper updates are generally safe and isolated from application code

  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

Clean, minimal update. The single gradle-wrapper.properties is the only place the Gradle version is pinned — no stale references elsewhere in the codebase. CI workflows resolve Gradle entirely through the wrapper, so nothing else needs updating. validateDistributionUrl=true ensures the new SHA256 is verified on first use.

🗣️ Give feedback

@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented May 3, 2026

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants