From d053ca2c766fe24838d91973d53923a633e2fba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:30:59 +0900 Subject: [PATCH] fix(deps): update dependency io.sentry:sentry to v7.12.0 (#189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bb59ff4f..4b852369 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") // Other Libraries - implementation("io.sentry:sentry:7.11.0") + implementation("io.sentry:sentry:7.12.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")