From 8f42df77afc3f5ea5484ce1cb3da0f2ac5283caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 01:36:28 +0200 Subject: [PATCH] chore(deps): bump io.sentry:sentry-bom from 6.25.0 to 6.26.0 (#251) Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 6.25.0 to 6.26.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/6.25.0...6.26.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 91e50fc..2043eb6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.25.0")) - implementation(platform("io.sentry:sentry-bom:6.25.0")) + implementation(platform("io.sentry:sentry-bom:6.26.0")) + implementation(platform("io.sentry:sentry-bom:6.26.0")) implementation("io.sentry", "sentry") implementation("io.sentry", "sentry-logback")