From 54438214d9ba184c355e7764450b4db5529fa6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:33:05 +0000 Subject: [PATCH] Bump io.sentry:sentry from 8.20.0 to 8.23.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 8.20.0 to 8.23.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.20.0...8.23.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0be9a01..5af3c1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'info.picocli:picocli:4.7.7' implementation 'org.apache.commons:commons-lang3:3.19.0' - implementation 'io.sentry:sentry:8.20.0' + implementation 'io.sentry:sentry:8.23.0' implementation 'commons-io:commons-io:2.20.0' implementation "com.fasterxml.jackson.core:jackson-databind:2.20.0" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0"