From bcc2670cc9b1305ee2fc2985329ce9c244251c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:38:59 +0000 Subject: [PATCH] [Tech] Bump io.sentry:sentry from 7.19.1 to 8.1.0 in /backend Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 7.19.1 to 8.1.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/7.19.1...8.1.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index ef568709f..22104d948 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -71,8 +71,8 @@ dependencies { implementation("io.ktor:ktor-client-java-jvm:3.0.3") implementation("io.ktor:ktor-client-content-negotiation-jvm:3.0.3") implementation("io.ktor:ktor-serialization-kotlinx-json-jvm:3.0.3") - implementation("io.sentry:sentry:7.19.1") - implementation("io.sentry:sentry-log4j2:7.19.1") + implementation("io.sentry:sentry:8.1.0") + implementation("io.sentry:sentry-log4j2:8.1.0") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0") runtimeOnly("org.springframework.boot:spring-boot-devtools:3.4.1") runtimeOnly("org.postgresql:postgresql:42.7.4")