From b7488d974e9d66124fb49c5ce02aa8eab6df4f08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:12:57 +0000 Subject: [PATCH] Update dependency io.sentry:sentry to v6.5.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d43b21db3..b1d65fd47 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -89,7 +89,7 @@ dependencies { implementation("org.bouncycastle:bcprov-jdk15on:1.70") // Internal Analytics/Error Monitoring - implementation("io.sentry:sentry:6.4.3") + implementation("io.sentry:sentry:6.5.0") implementation("io.sentry:sentry-logback:6.4.3") //File stuff