From 83c41c77f2d6c8f5a575c2b5407b3ea395a61566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:34:27 +0000 Subject: [PATCH] fix: bump io.sentry:sentry from 8.50.1 to 8.52.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 8.50.1 to 8.52.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/8.50.1...8.52.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c94f5b8..f9a467d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,8 +30,8 @@ dependencies { // annotations (loom does not auto-inject it for this loader/MC combination). implementation("net.fabricmc:sponge-mixin:0.17.3+mixin.0.8.7") - implementation("io.sentry:sentry:8.50.1") - include("io.sentry:sentry:8.50.1") + implementation("io.sentry:sentry:8.52.0") + include("io.sentry:sentry:8.52.0") testImplementation("org.junit.jupiter:junit-jupiter:6.1.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher")