From 969aef1310dc59d60d593cf084a0e9bd798e73b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:41:49 +0000 Subject: [PATCH] Bump io.sentry:sentry-android from 7.19.1 to 7.20.0 Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 7.19.1 to 7.20.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/7.19.1...7.20.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-android 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 89401713..5cd9fc85 100644 --- a/build.gradle +++ b/build.gradle @@ -346,7 +346,7 @@ dependencies { implementation 'androidx.tvprovider:tvprovider:1.0.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0' implementation 'com.github.tony19:logback-android:3.0.0' - implementation 'io.sentry:sentry-android:7.19.1' + implementation 'io.sentry:sentry-android:7.20.0' implementation 'io.sentry:sentry:7.20.0' }