From 2d3922ee14c3c69d5308f65382cecb5fd2454ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:03:28 +0000 Subject: [PATCH] Bump io.sentry:sentry-android from 8.32.0 to 8.51.0 Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 8.32.0 to 8.51.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.32.0...8.51.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-version: 8.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7834344..467f63e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -215,7 +215,7 @@ dependencies { implementation ("com.tom-roush:pdfbox-android:2.0.27.0") //sentry - implementation("io.sentry:sentry-android:8.32.0") + implementation("io.sentry:sentry-android:8.51.0") implementation("androidx.documentfile:documentfile:1.1.0")