Update reqwest4j.

This commit is contained in:
Kavin 2023-08-21 09:39:53 +01:00
parent 8e2564bc1d
commit ec85beba5f
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
3 changed files with 9 additions and 2 deletions

View file

@ -41,7 +41,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.9'
implementation 'rocks.kavin:reqwest4j:1.0.10'
implementation 'io.minio:minio:8.5.5'
}