From 5155d50367784a79840cf325a3eeaafb0518b8a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:46:25 +0000 Subject: [PATCH] fix(deps): update dependency io.sentry:sentry to v7.10.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e3a3c063..dcfe2f73 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") // Other Libraries - implementation("io.sentry:sentry:7.9.0") + implementation("io.sentry:sentry:7.10.0") implementation("net.htmlparser.jericho:jericho-html:3.4") implementation("org.reflections:reflections:0.10.2") implementation("com.google.cloud:google-cloud-vision:3.32.0")