Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

build(deps): bump gradle-wrapper from 9.4.1 to 9.5.0 in the gradle-minor group#506

Merged
dd-octo-sts[bot] merged 1 commit into
mainDataDog/java-profiler:mainfrom
dependabot/gradle/gradle-minor-14c0ef74e6DataDog/java-profiler:dependabot/gradle/gradle-minor-14c0ef74e6Copy head branch name to clipboard
May 4, 2026
Merged

build(deps): bump gradle-wrapper from 9.4.1 to 9.5.0 in the gradle-minor group#506
dd-octo-sts[bot] merged 1 commit into
mainDataDog/java-profiler:mainfrom
dependabot/gradle/gradle-minor-14c0ef74e6DataDog/java-profiler:dependabot/gradle/gradle-minor-14c0ef74e6Copy head branch name to clipboard

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-minor group with 1 update: gradle-wrapper.

Updates gradle-wrapper from 9.4.1 to 9.5.0

Release notes

Sourced from gradle-wrapper's releases.

9.5.0

The Gradle team is excited to announce Gradle 9.5.0.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0 RC4

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle-minor group with 1 update: [gradle-wrapper](https://github.com/gradle/gradle).


Updates `gradle-wrapper` from 9.4.1 to 9.5.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.4.1...v9.5.0)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file no-release-notes no-review labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 00:57
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@dd-octo-sts dd-octo-sts Bot merged commit 93bb3c8 into main May 4, 2026
91 of 101 checks passed
@dd-octo-sts dd-octo-sts Bot deleted the dependabot/gradle/gradle-minor-14c0ef74e6 branch May 4, 2026 01:03
@github-actions github-actions Bot added this to the 1.43.0 milestone May 4, 2026
@dd-octo-sts

dd-octo-sts Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

CI Test Results

Run: #25295922077 | Commit: 40fecc5 | Duration: 26m 45s (longest job)

All 32 test jobs passed

Status Overview

JDK glibc-aarch64/debug glibc-amd64/debug musl-aarch64/debug musl-amd64/debug
8 - - -
8-ibm - - -
8-j9 - -
8-librca - -
8-orcl - - -
11 - - -
11-j9 - -
11-librca - -
17 - -
17-graal - -
17-j9 - -
17-librca - -
21 - -
21-graal - -
21-librca - -
25 - -
25-graal - -
25-librca - -

Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled

Summary: Total: 32 | Passed: 32 | Failed: 0


Updated: 2026-05-04 01:28:06 UTC

robayu added a commit that referenced this pull request May 7, 2026
The Depot magicmirror previously served a corrupted (POM-as-JAR)
response for kotlin-compiler-embeddable-2.3.20.jar, which surfaced
once Gradle 9.5 (PR #506) started pulling that artifact via the
proxy added on this branch. The bad row has been cleared and
re-ingestion now serves the correct ~57 MB JAR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jbachorik pushed a commit that referenced this pull request May 7, 2026
…514)

* fix: route plugin and build-logic deps through mavenRepositoryProxy

The mavenRepositoryProxy Gradle property was only consulted in the root
dependencyResolutionManagement, so plugin classpath resolution and the
build-logic included build still hit gradlePluginPortal/mavenCentral
directly. CI runners that restrict egress to the Depot mirror return
403 for those direct fetches, which broke ':build-logic:conventions:
compileKotlin' on kotlin-build-tools-impl and kotlin-reflect.

Wire the proxy into the root pluginManagement, the build-logic settings
pluginManagement, and the conventions project repositories. The proxy
is only added when the property is set, so local builds without it
behave as before.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* fix: route root buildscript classpath through mavenRepositoryProxy

buildscript {} repositories are resolved independently of
dependencyResolutionManagement, so com.dipien:semantic-version-gradle-
plugin still hits mavenCentral/gradlePluginPortal directly and 403s
on egress-restricted runners. Add the proxy here too, ahead of the
public mirrors.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* chore: retrigger CI after Depot mirror fix

The Depot magicmirror previously served a corrupted (POM-as-JAR)
response for kotlin-compiler-embeddable-2.3.20.jar, which surfaced
once Gradle 9.5 (PR #506) started pulling that artifact via the
proxy added on this branch. The bad row has been cleared and
re-ingestion now serves the correct ~57 MB JAR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 no-release-notes no-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.