From e6e80baf09e92f19065d1c6eb1b3f6bb5c89a699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:00:04 +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 06722e9f91..69c83cf0cb 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -80,8 +80,8 @@ dependencies { api("io.hypersistence:hypersistence-utils-hibernate-63:3.9.0") api("org.locationtech.jts:jts-core:1.20.0") api("org.hibernate:hibernate-spatial:6.6.4.Final") - api("io.sentry:sentry:7.19.1") - api("io.sentry:sentry-log4j2:7.19.1") + api("io.sentry:sentry:8.1.0") + api("io.sentry:sentry-log4j2:8.1.0") implementation("org.springframework.cloud:spring-cloud-gateway-mvc:4.2.0") runtimeOnly("org.postgresql:postgresql:42.7.4") testImplementation("io.ktor:ktor-client-mock-jvm:3.0.3")