Skip to content

Commit 35775e1

Browse files
chore: update scripts/update-gradle.sh to v8.14.3 (#4540)
Co-authored-by: GitHub <noreply@github.com>
1 parent 7606f3f commit 35775e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- `opentelemetry-javaagent` to `2.17.0`
2121
- `opentelemetry-semconv` to `1.34.0`
2222
- We are now configuring OpenTelemetry to still behave the same way it did before for span names it generates in GraphQL auto instrumentation ([#4537](https://github.com/getsentry/sentry-java/pull/4537))
23+
- Bump Gradle from v8.14.2 to v8.14.3 ([#4540](https://github.com/getsentry/sentry-java/pull/4540))
24+
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v8143)
25+
- [diff](https://github.com/gradle/gradle/compare/v8.14.2...v8.14.3)
2326

2427
### Fixes
2528

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)