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

Commit 25bdf8d

Browse files
chore(deps): bump io.sentry:sentry-bom from 7.8.0 to 7.9.0 (#313)
Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 7.8.0 to 7.9.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.8.0...7.9.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>
1 parent fb9ba8c commit 25bdf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
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.4.7")
48-
implementation(platform("io.sentry:sentry-bom:7.8.0"))
49-
implementation(platform("io.sentry:sentry-bom:7.8.0"))
48+
implementation(platform("io.sentry:sentry-bom:7.9.0"))
49+
implementation(platform("io.sentry:sentry-bom:7.9.0"))
5050
implementation("io.sentry", "sentry")
5151
implementation("io.sentry", "sentry-logback")
5252

0 commit comments

Comments
 (0)