From e4e5a94cf05f896b832ba350d7a8c4454aae2918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:32:21 +0000 Subject: [PATCH] fix(deps): update dependency io.sentry:sentry to v8.21.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b714bf6..13aa349 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation(platform("com.squareup.okhttp3:okhttp-bom:5.1.0")) implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp-brotli' - implementation 'io.sentry:sentry:8.19.1' + implementation 'io.sentry:sentry:8.21.0' implementation 'rocks.kavin:reqwest4j:1.0.14' implementation 'io.minio:minio:8.5.17' compileOnly 'org.projectlombok:lombok:1.18.38'