diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3c12c4290..1bbfdc972 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -164,7 +164,7 @@ dependencies { implementation("androidx.fragment:fragment-ktx:1.5.6") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") - implementation("com.squareup.okhttp3:okhttp:4.10.0") + implementation("com.squareup.okhttp3:okhttp:4.11.0") implementation("com.squareup.picasso:picasso:2.8") "fullImplementation"("com.google.android.gms:play-services-location:21.0.1") diff --git a/automotive/build.gradle.kts b/automotive/build.gradle.kts index 0862547c9..7d96bb64a 100644 --- a/automotive/build.gradle.kts +++ b/automotive/build.gradle.kts @@ -171,7 +171,7 @@ dependencies { implementation("com.squareup.retrofit2:retrofit:2.9.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") - implementation("com.squareup.okhttp3:okhttp:4.10.0") + implementation("com.squareup.okhttp3:okhttp:4.11.0") implementation("com.squareup.picasso:picasso:2.8") implementation("com.google.android.gms:play-services-location:21.0.1") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 03a000c94..2d6971043 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -70,8 +70,8 @@ dependencies { api("com.squareup.retrofit2:retrofit:2.9.0") implementation("com.squareup.retrofit2:converter-jackson:2.9.0") - implementation("com.squareup.okhttp3:okhttp:4.10.0") - implementation("com.squareup.okhttp3:logging-interceptor:4.10.0") + implementation("com.squareup.okhttp3:okhttp:4.11.0") + implementation("com.squareup.okhttp3:logging-interceptor:4.11.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") implementation("org.altbeacon:android-beacon-library:2.19.5") diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index 8c39efc2b..a1be8d3db 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -106,7 +106,7 @@ dependencies { kapt("com.google.dagger:hilt-android-compiler:2.45") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") - implementation("com.squareup.okhttp3:okhttp:4.10.0") + implementation("com.squareup.okhttp3:okhttp:4.11.0") implementation("com.mikepenz:iconics-core:5.4.0") implementation("androidx.appcompat:appcompat:1.6.1")