From 4dea96da0b2d989e97cb23fd71f114aa38e69ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:38:06 +0000 Subject: [PATCH] Bump io.sentry:sentry from 6.32.0 to 7.19.1 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 6.32.0 to 7.19.1. - [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.32.0...7.19.1) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 84ab8f1..421af3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -148,7 +148,7 @@ dependencies { testFramework(TestFrameworkType.Plugin.Java) } - implementation("io.sentry:sentry:6.32.0") + implementation("io.sentry:sentry:7.19.1") testImplementation("junit:junit:4.13.2") testImplementation("org.axonframework:axon-modelling:${properties("axonVersion")}")