From 307b3649700e2c31ec117fe7e73ab50f0f6fc933 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 29 Aug 2025 09:47:31 +0000 Subject: [PATCH] chore: update scripts/update-gradle.sh to v9.0.0 --- CHANGELOG.md | 6 ++++++ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce808f2be5e..9ec215b1c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ - Replace `UUIDGenerator` implementation with Apache licensed code ([#4662](https://github.com/getsentry/sentry-java/pull/4662)) - Replace `Random` implementation with MIT licensed code ([#4664](https://github.com/getsentry/sentry-java/pull/4664)) +### Dependencies + +- Bump Gradle from v8.14.3 to v9.0.0 ([#4592](https://github.com/getsentry/sentry-java/pull/4592)) + - [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v900) + - [diff](https://github.com/gradle/gradle/compare/v8.14.3...v9.0.0) + ## 8.20.0 ### Fixes diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da476b..2a84e188b85 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME