From 45d14594d09a5e21d4406c8924c0131f53961059 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Wed, 19 Apr 2023 20:22:15 +0100 Subject: [PATCH] Update reqwest4j This fixes some VM crashes by instead throwing a Java exception instead of hard failing. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 116e74a..6295e88 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.16.0' - implementation 'rocks.kavin:reqwest4j:1.0.2' + implementation 'rocks.kavin:reqwest4j:1.0.3' implementation 'io.minio:minio:8.5.2' }