From 0b6a9346078b5cdf7b53a92e865b234241703c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:36:28 -0400 Subject: [PATCH] Bump sentry-android from 6.4.2 to 6.4.3 (#2953) Bumps [sentry-android](https://github.com/getsentry/sentry-java) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/6.4.3/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/6.4.2...6.4.3) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8f2714e75..95a1c971a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -165,7 +165,7 @@ dependencies { "fullImplementation"(platform("com.google.firebase:firebase-bom:30.4.1")) "fullImplementation"("com.google.firebase:firebase-analytics") "fullImplementation"("com.google.firebase:firebase-messaging") - "fullImplementation"("io.sentry:sentry-android:6.4.2") + "fullImplementation"("io.sentry:sentry-android:6.4.3") "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") "fullImplementation"("com.google.android.gms:play-services-wearable:18.0.0") "fullImplementation"("androidx.wear:wear-remote-interactions:1.0.0")