Skip to content

Commit

Permalink
Merge pull request #332 from hotwired/bump-okhttp
Browse files Browse the repository at this point in the history
Bump OkHttp to 4.12.0
  • Loading branch information
jayohms committed Apr 29, 2024
2 parents 0212671 + fe57ad1 commit 275a307
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 275a307

Please sign in to comment.