Skip to content

Commit

Permalink
Bump sentryVersion from 6.23.0 to 6.29.0 in /services/hanke-service
Browse files Browse the repository at this point in the history
Bumps `sentryVersion` from 6.23.0 to 6.29.0.

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 6.23.0 to 6.29.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@6.23.0...6.29.0)

Updates `io.sentry:sentry-logback` from 6.23.0 to 6.29.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@6.23.0...6.29.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-spring-boot-starter-jakarta
  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 Sep 7, 2023
1 parent 454e855 commit c0ad6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/hanke-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group = "fi.hel.haitaton"

version = "0.0.1-SNAPSHOT"

val sentryVersion = "6.23.0"
val sentryVersion = "6.29.0"

ext["spring-security.version"] = "6.0.4"

Expand Down

0 comments on commit c0ad6b7

Please sign in to comment.