From 35fbb926bc9074951eceb23679dfce694065e25e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:12:18 +0000 Subject: [PATCH] dependency: Update dependency io.sentry:sentry to v8.27.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9b00ba6..d3d4705 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("pw.chew:jda-chewtils-command:2.0-SNAPSHOT") // Sentry.io integration - implementation("io.sentry:sentry:8.27.0") + implementation("io.sentry:sentry:8.27.1") // ORMLite implementation("com.j256.ormlite:ormlite-core:6.1")