Skip to content

Commit

Permalink
[CORE-69]: Bump io.sentry:sentry from 7.20.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 7.20.0 to 8.0.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@7.20.0...8.0.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 38f0f61 commit ec3e508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply(from: "$includeDir/testing.gradle")
dependencies {
implementation project(':library')

implementation 'io.sentry:sentry:7.20.0'
implementation 'io.sentry:sentry:8.0.0'

implementation group: "org.springframework.boot", name: "spring-boot-starter-web"
implementation group: "org.springframework.boot", name: "spring-boot-starter-validation"
Expand Down

0 comments on commit ec3e508

Please sign in to comment.