Skip to content

Commit

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

Updates `io.sentry:sentry-spring-boot-starter` from 7.1.0 to 7.2.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.1.0...7.2.0)

Updates `io.sentry:sentry-logback` from 7.1.0 to 7.2.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.1.0...7.2.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent eca4cea commit e16b089
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.1.0"
val sentryVersion = "7.2.0"
implementation("io.sentry:sentry-spring-boot-starter:$sentryVersion")
implementation("io.sentry:sentry-logback:$sentryVersion")
}
Expand Down

0 comments on commit e16b089

Please sign in to comment.