From 208b737411e2547d48cc09f999a25f685cf54939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:03:05 +0000 Subject: [PATCH] build(deps): bump io.sentry:sentry-android in /android Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 8.28.0 to 8.29.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.28.0...8.29.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-version: 8.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a0e9cfe1..7f33d7b2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -76,5 +76,5 @@ repositories { dependencies { implementation project(':capacitor-android') - implementation 'io.sentry:sentry-android:8.28.0' + implementation 'io.sentry:sentry-android:8.29.0' }