Skip to content

Commit

Permalink
[CORE-69]: Bump io.sentry:sentry in the minor-patch-dependencies group (
Browse files Browse the repository at this point in the history
#539)

Bumps the minor-patch-dependencies group with 1 update: [io.sentry:sentry](https://github.com/getsentry/sentry-java).


Updates `io.sentry:sentry` from 8.0.0 to 8.1.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@8.0.0...8.1.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 301a135 commit 3eeeb6b
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:8.0.0'
implementation 'io.sentry:sentry:8.1.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 3eeeb6b

Please sign in to comment.