From 201be343b6141b8eed50e34017b876529d57a47f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:32:37 +0000 Subject: [PATCH] fix(deps): update dependency rocks.kavin:reqwest4j to v1.0.14 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fb5ace3..e39aa1c 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:okhttp-brotli' implementation 'io.sentry:sentry:7.6.0' - implementation 'rocks.kavin:reqwest4j:1.0.13' + implementation 'rocks.kavin:reqwest4j:1.0.14' implementation 'io.minio:minio:8.5.9' compileOnly 'org.projectlombok:lombok:1.18.32' annotationProcessor 'org.projectlombok:lombok:1.18.32'