Skip to content

Commit

Permalink
Update okhttp monorepo to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 7f22cf7 commit 4a5e6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

// https://square.github.io/okhttp/
// define a BOM and its version
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))

// define any required OkHttp artifacts without version
implementation("com.squareup.okhttp3:okhttp")
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies {
//
testImplementation(kotlin("test"))
testImplementation("com.google.truth:truth:1.2.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.10.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
// MockK - https://mockk.io/ : don't use 1.13.8 due to
// https://github.com/mockk/mockk/issues/1168#issuecomment-1823071494
testImplementation("io.mockk:mockk:1.13.7")
Expand Down

0 comments on commit 4a5e6d6

Please sign in to comment.