From c29ed170c82877217caba9a19a7cbdaf9afc80ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:29:41 -0500 Subject: [PATCH] Bump io.sentry:sentry-android from 7.0.0 to 7.1.0 (#4064) Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 7.0.0 to 7.1.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.0.0...7.1.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ea67a1aaa..92df88d16 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -54,7 +54,7 @@ recyclerview = "1.3.2" reorderable = "0.9.6" retrofit = "2.9.0" room = "2.6.1" -sentry-android = "7.0.0" +sentry-android = "7.1.0" watchfaceComplicationsDataSourceKtx = "1.2.0" wear = "1.3.0" wear-compose-foundation = "1.2.1"