Skip to content

chore(deps): Bump gradle-wrapper from 8.14.3 to 9.6.1#2591

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-wrapper-9.6.1
Open

chore(deps): Bump gradle-wrapper from 8.14.3 to 9.6.1#2591
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-wrapper-9.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps gradle-wrapper from 8.14.3 to 9.6.1.

Release notes

Sourced from gradle-wrapper's releases.

9.6.1

The Gradle team is excited to announce Gradle 9.6.1.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

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

./gradlew :wrapper --gradle-version=9.6.1 && ./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.6.0

... (truncated)

Commits
  • 309d128 Update fixed issues in release notes for 9.6.1 (#38328)
  • 040a978 Update fixed issues in release notes for 9.6.1
  • e0b8325 Restore --non-interactive flag instead of --interactive/--no-interactive (#38...
  • 946f3e6 Limit explicit temp file permission setting to intended use case (#38300)
  • 65f8224 Restore --non-interactive flag instead of --interactive/--no-interactive
  • e346a5e Adjust CLI flag to configure non-interactive console (#38301)
  • 9b53be9 Adjust CLI flag to configure non-interactive console
  • 0dd3b53 Limit explicit temp file permission setting to intended use case
  • 48e5ac2 Add reproducers
  • 25598fd Prepare 9.6.1 patch release (#38293)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 29, 2026
@dependabot dependabot Bot requested a review from cmgrote as a code owner June 29, 2026 04:53
@dependabot dependabot Bot added the java Pull requests that update Java code label Jun 29, 2026
cmgrote added a commit that referenced this pull request Jul 13, 2026
Consolidates updates from the following dependency PRs:
- #2616: Bump jackson from 2.22.0 to 2.22.1
- #2600: Bump co.elastic.clients:elasticsearch-java from 9.4.2 to 9.4.3
- #2605: Bump log4j from 2.26.0 to 2.26.1
- #2628: Bump awssdk from 2.46.15 to 2.47.5
- #2619: Bump com.google.cloud:libraries-bom from 26.84.0 to 26.85.0
- #2594: Bump de.siegmar:fastcsv from 4.3.0 to 4.3.1
- #2587: Bump io.swagger.parser.v3:swagger-parser from 2.1.44 to 2.1.45
- #2622: Bump pkl from 0.31.1 to 0.32.0
- #2612: Bump io.openlineage:openlineage-java from 1.50.0 to 1.51.0
- #2615: Bump jetty from 12.1.10 to 12.1.11
- #2611: Bump netty from 4.2.15.Final to 4.2.16.Final
- #2629: Bump io.opentelemetry:opentelemetry-bom from 1.63.0 to 1.64.0
- #2614: Bump com.gradleup.shadow from 9.4.2 to 9.5.1
- #2596: Bump com.diffplug.spotless:spotless-plugin-gradle from 8.7.0 to 8.8.0
- #2623: Bump org.pkl-lang:org.pkl-lang.gradle.plugin from 0.31.1 to 0.32.0
- #2617: Bump actions/setup-java from 5.3.0 to 5.5.0
- #2609: Bump docker/login-action from 4.2.0 to 4.4.0
- #2606: Bump docker/setup-buildx-action from 4.1.0 to 4.2.0
- #2602: Bump docker/build-push-action from 7.2.0 to 7.3.0

Excludes #2591 (Gradle 8->9 major) and #2627 (simple-java-mail 8->9 major).

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
cmgrote added a commit that referenced this pull request Jul 13, 2026
Shadow plugin 9.5.1 calls AdhocComponentWithVariants.addVariantsFromConfiguration(Provider, Action),
a Gradle 9 API absent in Gradle 8.14.3, causing a NoSuchMethodError at plugin-apply time and
failing both pr-build and pr-test. Reverting to 9.4.2 until the Gradle 9 wrapper bump (#2591) lands.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-wrapper-9.6.1 branch from c06529d to 7037eac Compare July 13, 2026 09:14
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.14.3 to 9.6.1.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v8.14.3...v9.6.1)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-wrapper-9.6.1 branch from 7037eac to 40a506c Compare July 13, 2026 10:03
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants