Skip to content

Commit da36dbf

Browse files
authored
Merge branch 'main' into feat/auto-add-otel-event-processor-for-spring-boot
2 parents d7813ca + 93fbd16 commit da36dbf

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
- Add logging for OpenTelemetry integration ([#2425](https://github.com/getsentry/sentry-java/pull/2425))
1212
- Auto add `OpenTelemetryLinkErrorEventProcessor` for Spring Boot ([#2429](https://github.com/getsentry/sentry-java/pull/2429))
1313

14+
### Dependencies
15+
16+
- Bump Gradle from v7.5.1 to v7.6.0 ([#2438](https://github.com/getsentry/sentry-java/pull/2438))
17+
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v760)
18+
- [diff](https://github.com/gradle/gradle/compare/v7.5.1...v7.6.0)
19+
1420
## 6.10.0
1521

1622
### Features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

scripts/update-gradle.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ set -euo pipefail
33

44
cd $(dirname "$0")/../
55

6+
if [[ -n ${CI+x} ]]; then
7+
export JAVA_HOME=$JAVA_HOME_17_X64
8+
fi
9+
610
case $1 in
711
get-version)
812
# `./gradlew` shows some info on the first run, breaking the parsing in the next step.

0 commit comments

Comments
 (0)