Skip to content

build(deps): bump gradle-wrapper from 9.5.1 to 9.7.0 - #7

Merged
lsmin3388 merged 2 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.7.0
Aug 21, 2026
Merged

build(deps): bump gradle-wrapper from 9.5.1 to 9.7.0#7
lsmin3388 merged 2 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps gradle-wrapper from 9.5.1 to 9.7.0.

Release notes

Sourced from gradle-wrapper's releases.

9.7.0

The Gradle team is excited to announce Gradle 9.7.0.

Here are the highlights of this release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

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

./gradlew :wrapper --gradle-version=9.7.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.7.0 RC3

The Gradle team is excited to announce Gradle 9.7.0 RC3.

Here are the highlights of this release:

  • Isolated Projects graduates to incubating

... (truncated)

Commits
  • 3defbfc make DistributionIntegrationSpec more permissive for releases (#38766)
  • f176043 make DistributionIntegrationSpec more permissive for releases
  • b0828da Prepare release notes for Gradle 9.7.0GA (#38756)
  • 064b6d6 cleanup
  • dfe7bdc add new training to release notes
  • 7561968 add release notes for 37801
  • 68a1f35 cherrypick 38367 to release
  • a462c95 Rebalance AllVersionsCrossVersion buckets for agents without TestDistribution...
  • 820e2b1 Update Gradle wrapper to version 9.7.0-rc-3 (#38743)
  • 75ea3d7 Update Gradle wrapper to version 9.7.0-rc-3
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Dependency updates label Aug 10, 2026
@TaeHuiKKIM

Copy link
Copy Markdown
Contributor

이번 대회 제출 및 v0.1.0 릴리스 증거는 Gradle 9.5.1로 고정되어 있어 이 업데이트는 제출 완료 후 다음 릴리스에서 검토하겠습니다. 현재 PR의 JDK 17/21 및 OSV 검증은 모두 통과한 상태이며, 의도적으로 병합을 보류합니다.

@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-wrapper-9.7.0 branch from c687a8d to 8235049 Compare August 15, 2026 04:35
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-wrapper-9.7.0 branch from 8235049 to 1b84df8 Compare August 20, 2026 07:19
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.5.1 to 9.7.0.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.5.1...v9.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-wrapper-9.7.0 branch from 1b84df8 to 136466e Compare August 21, 2026 05:44
@lsmin3388
lsmin3388 merged commit d3822c4 into main Aug 21, 2026
4 checks passed
@lsmin3388
lsmin3388 deleted the dependabot/gradle/gradle-wrapper-9.7.0 branch August 21, 2026 06:58
lsmin3388 added a commit that referenced this pull request Aug 21, 2026
Supersedes #10, which could not pass on its own: 3.4.1 emits each component's
hash entries in a different order, and verify-sbom-lock does an exact diff.

Checked before taking it. All 115 components are byte-identical once hashes
are compared as a set — nothing added, nothing removed, no version moved. The
only real changes are the ordering and the generator version recorded in the
BOM metadata, so the lock is regenerated rather than the check relaxed.

gradlew.bat comes along because the wrapper bump in #7 committed it with CRLF
bytes, which contradicts this repository's own .gitattributes rule that stores
*.bat as LF and checks it out as CRLF. Staging it normalises the blob; the
working tree file is unchanged.

Verified on Gradle 9.7.0 from #7: clean build, 121 tests, SBOM lock matches,
OSV reports 0 vulnerable components across 104 external dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants