From adb96ec450b63721be71e5036db25084a96572de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:19:15 +0100 Subject: [PATCH] chore(deps): bump io.sentry:sentry-bom from 6.33.1 to 7.3.0 (#291) 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](https://github.com/getsentry/sentry-java/compare/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] 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 9e98ae3..0a640ec 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.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")