Skip to content

Commit 275a307

Browse files
authored
Merge pull request #332 from hotwired/bump-okhttp
Bump OkHttp to 4.12.0
2 parents 0212671 + fe57ad1 commit 275a307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

turbo/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ dependencies {
9191
implementation("com.google.code.gson:gson:2.10.1")
9292

9393
// Networking/API
94-
implementation("com.squareup.okhttp3:okhttp:4.11.0")
95-
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
94+
implementation("com.squareup.okhttp3:okhttp:4.12.0")
95+
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
9696

9797
// Coroutines
9898
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
@@ -116,7 +116,7 @@ dependencies {
116116
testImplementation("org.robolectric:robolectric:4.9.2")
117117
testImplementation("org.mockito:mockito-core:5.2.0")
118118
testImplementation("com.nhaarman:mockito-kotlin:1.6.0")
119-
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
119+
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
120120
testImplementation("junit:junit:4.13.2")
121121
}
122122

0 commit comments

Comments
 (0)