From cdc3ef2184c5bd85751b65bcdaea8e7c6c03fccd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:20:38 +0000 Subject: [PATCH] fix(deps): update dependency rocks.kavin:reqwest4j to v1.0.9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67b6a09..cb9a478 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp-brotli' implementation 'io.sentry:sentry:6.28.0' - implementation 'rocks.kavin:reqwest4j:1.0.8' + implementation 'rocks.kavin:reqwest4j:1.0.9' implementation 'io.minio:minio:8.5.4' }