From 1788386c3b8fd98c224eedf0ed15106d1edf73ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 11:49:47 -0400 Subject: [PATCH] Bump io.sentry:sentry-android from 6.19.0 to 6.19.1 (#3540) Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 6.19.0 to 6.19.1. - [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/6.19.0...6.19.1) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- automotive/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4c77dc72f..059dc4365 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -172,7 +172,7 @@ dependencies { "fullImplementation"("com.google.android.gms:play-services-threadnetwork:16.0.0") "fullImplementation"(platform("com.google.firebase:firebase-bom:31.4.0")) "fullImplementation"("com.google.firebase:firebase-messaging") - "fullImplementation"("io.sentry:sentry-android:6.19.0") + "fullImplementation"("io.sentry:sentry-android:6.19.1") "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") diff --git a/automotive/build.gradle.kts b/automotive/build.gradle.kts index a83ff4302..423d005a1 100644 --- a/automotive/build.gradle.kts +++ b/automotive/build.gradle.kts @@ -179,7 +179,7 @@ dependencies { implementation("com.google.android.gms:play-services-threadnetwork:16.0.0-beta02") implementation(platform("com.google.firebase:firebase-bom:31.2.2")) implementation("com.google.firebase:firebase-messaging") - implementation("io.sentry:sentry-android:6.19.0") + implementation("io.sentry:sentry-android:6.19.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") implementation("com.google.android.gms:play-services-wearable:18.0.0") implementation("androidx.wear:wear-remote-interactions:1.0.0")