From 4c24b1059b2a443820916f30d5b5de2b18553874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:00:30 +0000 Subject: [PATCH] fix(deps): update dependency io.sentry:sentry to v7.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e28d268..6c50cac 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0")) implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp-brotli' - implementation 'io.sentry:sentry:7.0.0' + implementation 'io.sentry:sentry:7.1.0' implementation 'rocks.kavin:reqwest4j:1.0.13' implementation 'io.minio:minio:8.5.7' compileOnly 'org.projectlombok:lombok:1.18.30'