Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump io.sentry:sentry-bom from 6.26.0 to 6.29.0 (#262)
Browse files Browse the repository at this point in the history
Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 6.26.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.26.0...6.29.0)

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

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 Sep 11, 2023
1 parent c8f6e84 commit 1c04733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
implementation("io.github.microutils", "kotlin-logging", "2.0.11")
implementation("org.slf4j", "slf4j-api", "2.0.0alpha5")
implementation("ch.qos.logback", "logback-classic", "1.4.7")
implementation(platform("io.sentry:sentry-bom:6.26.0"))
implementation(platform("io.sentry:sentry-bom:6.26.0"))
implementation(platform("io.sentry:sentry-bom:6.29.0"))
implementation(platform("io.sentry:sentry-bom:6.29.0"))
implementation("io.sentry", "sentry")
implementation("io.sentry", "sentry-logback")

Expand Down

0 comments on commit 1c04733

Please sign in to comment.