Update reqwest4j

This fixes some VM crashes by instead throwing a Java exception instead of hard failing.
This commit is contained in:
Kavin 2023-04-19 20:22:15 +01:00 committed by GitHub
parent 0af28bc2d3
commit 45d14594d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
}