Skip to content

Commit b0aa567

Browse files
feat(deps): update okhttp monorepo from v4.12.0 to v5
1 parent fc09c08 commit b0aa567

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

expediagroup-sdk-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

expediagroup-sdk-graphql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

expediagroup-sdk-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

expediagroup-sdk-transport-okhttp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply from: "$rootDir/gradle-tasks/publish.gradle"
1313
apply from: "$rootDir/gradle-tasks/signing.gradle"
1414

1515
dependencies {
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

0 commit comments

Comments
 (0)