File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
expediagroup-sdk-transport-okhttp Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3333
3434 testImplementation ' io.mockk:mockk:1.14.5'
35- testImplementation ' com.squareup.okhttp3:mockwebserver:4.12 .0'
35+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.1 .0'
3636
3737 testImplementation ' org.slf4j:slf4j-api:2.0.17'
3838
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3131 testImplementation ' org.junit.jupiter:junit-jupiter-params'
3232 testImplementation ' io.mockk:mockk:1.14.5'
33- testImplementation ' com.squareup.okhttp3:mockwebserver:4.12 .0'
33+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.1 .0'
3434 testImplementation ' org.slf4j:slf4j-api:2.0.17'
3535}
3636
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3333
3434 testImplementation ' io.mockk:mockk:1.14.5'
35- testImplementation ' com.squareup.okhttp3:mockwebserver:4.12 .0'
35+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.1 .0'
3636
3737 testImplementation ' org.slf4j:slf4j-api:2.0.17'
3838
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply from: "$rootDir/gradle-tasks/publish.gradle"
1313apply from : " $rootDir /gradle-tasks/signing.gradle"
1414
1515dependencies {
16- api ' com.squareup.okhttp3:okhttp:4.12 .0'
16+ api ' com.squareup.okhttp3:okhttp:5.1 .0'
1717
1818 /* EG SDK Core */
1919 compileOnly ' com.expediagroup:expediagroup-sdk-core:1.0.0'
@@ -29,7 +29,7 @@ dependencies {
2929 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3030
3131 testImplementation ' io.mockk:mockk:1.14.5'
32- testImplementation ' com.squareup.okhttp3:mockwebserver:4.12 .0'
32+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.1 .0'
3333
3434 testImplementation(project(' :expediagroup-sdk-core' ))
3535
You can’t perform that action at this time.
0 commit comments