Skip to content

Commit

Permalink
Bump OkHttp to 4.12.0. Resolves CVE-2023-3635 https://nvd.nist.gov/vu…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Apr 29, 2024
1 parent 0212671 commit fe57ad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turbo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")

// Networking/API
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")

// Coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
Expand All @@ -116,7 +116,7 @@ dependencies {
testImplementation("org.robolectric:robolectric:4.9.2")
testImplementation("org.mockito:mockito-core:5.2.0")
testImplementation("com.nhaarman:mockito-kotlin:1.6.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
testImplementation("junit:junit:4.13.2")
}

Expand Down

0 comments on commit fe57ad1

Please sign in to comment.