From 75f0102467a30f28def5c11a72c4311a488be765 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 26 Sep 2025 11:32:43 +0000 Subject: [PATCH] chore: update scripts/update-gradle.sh to v9.1.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 7f2b745f91a..bb0844c0217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - Handle `RejectedExecutionException` everywhere ([#4747](https://github.com/getsentry/sentry-java/pull/4747)) - Mark `SentryEnvelope` as not internal ([#4748](https://github.com/getsentry/sentry-java/pull/4748)) +### Dependencies + +- Bump Gradle from v8.14.3 to v9.1.0 ([#4738](https://github.com/getsentry/sentry-java/pull/4738)) + - [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v910) + - [diff](https://github.com/gradle/gradle/compare/v8.14.3...v9.1.0) + ## 8.22.0 ### Features diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da476b..2e1113280ef 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.1.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME