Merge pull request #1797 from nextcloud/bugfix/noid/okhttp

Bump okhttp to 4.9.3
This commit is contained in:
Andy Scherzinger 2022-02-10 17:35:31 +01:00 committed by GitHub
commit 487daccfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ ext {
butterknifeVersion = "10.2.3" butterknifeVersion = "10.2.3"
coilKtVersion = "1.4.0" coilKtVersion = "1.4.0"
daggerVersion = "2.40.1" daggerVersion = "2.40.1"
okhttpVersion = "4.9.2" okhttpVersion = "4.9.3"
materialDialogsVersion = "3.3.0" materialDialogsVersion = "3.3.0"
parcelerVersion = "1.1.13" parcelerVersion = "1.1.13"
powermockVersion = "2.0.9" powermockVersion = "2.0.9"