Skip to content

Commit

Permalink
MockWebServer to 3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jan 20, 2020
1 parent 0a92f08 commit bdda4b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/generated-code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

// Testing Dependencies
testImplementation "junit:junit:4.12"
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.3"
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.6"
}

generateSwagger {
Expand Down
2 changes: 1 addition & 1 deletion samples/junit-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {

// Testing Dependencies
testImplementation "junit:junit:4.12"
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.3"
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.6"
}

generateSwagger {
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-coroutines/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {

// Testing Dependencies
testImplementation "junit:junit:4.12"
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.3"
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.6"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.3"
}

Expand Down

0 comments on commit bdda4b0

Please sign in to comment.