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.33.1 to 7.3.0 (#291)
Browse files Browse the repository at this point in the history
Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 6.33.1 to 7.3.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.33.1...7.3.0)

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

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 6, 2024
1 parent 96ef952 commit adb96ec
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.33.1"))
implementation(platform("io.sentry:sentry-bom:6.33.1"))
implementation(platform("io.sentry:sentry-bom:7.3.0"))
implementation(platform("io.sentry:sentry-bom:7.3.0"))
implementation("io.sentry", "sentry")
implementation("io.sentry", "sentry-logback")

Expand Down

0 comments on commit adb96ec

Please sign in to comment.