Skip to content

Commit

Permalink
chore(deps): update dependency io.sentry:sentry-bom to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 09ab7aa commit 4b68a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kotlin {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
implementation(project.dependencies.platform("io.sentry:sentry-bom:7.19.0"))
implementation(project.dependencies.platform("io.sentry:sentry-bom:8.0.0"))
implementation("io.sentry:sentry")
implementation("io.sentry:sentry-logback")

Expand Down
2 changes: 1 addition & 1 deletion v16/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ kotlin {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
implementation(project.dependencies.platform("io.sentry:sentry-bom:7.19.0"))
implementation(project.dependencies.platform("io.sentry:sentry-bom:8.0.0"))
implementation("io.sentry:sentry")
implementation("io.sentry:sentry-logback")

Expand Down
2 changes: 1 addition & 1 deletion v201/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kotlin {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
implementation(project.dependencies.platform("io.sentry:sentry-bom:7.19.0"))
implementation(project.dependencies.platform("io.sentry:sentry-bom:8.0.0"))
implementation("io.sentry:sentry")
implementation("io.sentry:sentry-logback")

Expand Down

0 comments on commit 4b68a0a

Please sign in to comment.