Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update scripts/update-gradle.sh to v8.13.0
  • Loading branch information
web-flow authored and github-actions[bot] committed Mar 21, 2025
commit 6f92e88bdbfcfe5dfa6060e73ca828d9c2abb24a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Gradle from v8.5.0 to v8.13.0 ([#18](https://github.com/lucas-zimerman/sentry-java/pull/18))
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v8130)
- [diff](https://github.com/gradle/gradle/compare/v8.5.0...v8.13.0)

## 7.16.0

### Features
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down