From fe78a674f459768b2211b880d14b41a95bb9d21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:03:44 +0000 Subject: [PATCH] build: bump io.sentry:sentry from 8.19.1 to 8.22.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 8.19.1 to 8.22.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.19.1...8.22.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 259eee82..5e786e28 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ repositories { dependencies { // Version declarations val gsonVersion = "2.13.1" - val sentryVersion = "8.19.1" + val sentryVersion = "8.22.0" val junitVersion = "5.13.4" val junit4Version = "4.13.2" val junitPlatformVersion = "1.13.4"