From 917d39caaf39d9141efa5e424d2d1c79d0a32210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:21:46 +0000 Subject: [PATCH] Bump io.sentry:sentry from 8.31.0 to 8.32.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 8.31.0 to 8.32.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.31.0...8.32.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8e3426..3624605 100644 --- a/build.gradle +++ b/build.gradle @@ -127,6 +127,6 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.17' implementation 'com.github.tony19:logback-android:3.0.0' implementation 'com.squareup.okhttp3:logging-interceptor:5.3.2' - implementation 'io.sentry:sentry:8.31.0' + implementation 'io.sentry:sentry:8.32.0' }