From ce10b01a0171e750fe9a857abf8c4ffe549b6ac7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 00:39:05 +0000 Subject: [PATCH] dependency: Update dependency io.sentry:sentry to v8.47.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8d5692e..926aa04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("pw.chew:jda-chewtils-command:2.2.1") // Sentry.io integration - implementation("io.sentry:sentry:8.46.0") + implementation("io.sentry:sentry:8.47.0") // ORMLite implementation("com.j256.ormlite:ormlite-core:6.1")