Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 61464eb

Browse files
chore(deps): bump io.sentry:sentry-bom from 7.9.0 to 8.3.0
Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 7.9.0 to 8.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@7.9.0...8.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]>
1 parent 6297c39 commit 61464eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies {
4545
implementation("io.github.microutils", "kotlin-logging", "2.0.11")
4646
implementation("org.slf4j", "slf4j-api", "2.0.0alpha5")
4747
implementation("ch.qos.logback", "logback-classic", "1.5.7")
48-
implementation(platform("io.sentry:sentry-bom:7.9.0"))
49-
implementation(platform("io.sentry:sentry-bom:7.9.0"))
48+
implementation(platform("io.sentry:sentry-bom:8.3.0"))
49+
implementation(platform("io.sentry:sentry-bom:8.3.0"))
5050
implementation("io.sentry", "sentry")
5151
implementation("io.sentry", "sentry-logback")
5252

0 commit comments

Comments
 (0)