Skip to content

Commit

Permalink
chore(deps): Bump sentryVersion from 7.2.0 to 7.6.0
Browse files Browse the repository at this point in the history
Bumps `sentryVersion` from 7.2.0 to 7.6.0.

Updates `io.sentry:sentry-spring-boot-starter` from 7.2.0 to 7.6.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.2.0...7.6.0)

Updates `io.sentry:sentry-logback` from 7.2.0 to 7.6.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.2.0...7.6.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.sentry:sentry-logback
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 11d68a2 commit c02477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testAnnotationProcessor("org.mapstruct:mapstruct-processor:${mapstructVersion}")

// Sentry reporting
val sentryVersion = "7.2.0"
val sentryVersion = "7.6.0"
implementation("io.sentry:sentry-spring-boot-starter:$sentryVersion")
implementation("io.sentry:sentry-logback:$sentryVersion")
}
Expand Down

0 comments on commit c02477e

Please sign in to comment.