Update dependency com.squareup.okio:okio to v3.3.0 (#8860)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit a42be4a833e6b2232735dde45daf3aa3a1e79cbc)
This commit is contained in:
renovate[bot] 2023-01-08 10:17:00 -05:00 committed by Jobobby04
parent 3444ec234c
commit 38f65a0fd6

View File

@ -22,7 +22,7 @@ flowreactivenetwork = "ru.beryukhov:flowreactivenetwork:1.0.4"
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp_version" }
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp_version" }
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp_version" }
okio = "com.squareup.okio:okio:3.2.0"
okio = "com.squareup.okio:okio:3.3.0"
conscrypt-android = "org.conscrypt:conscrypt-android:2.5.2"