File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
expediagroup-sdk-transport-okhttp Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
3131 testImplementation ' org.junit.jupiter:junit-jupiter-params'
3232
33- testImplementation ' io.mockk:mockk:1.14.4 '
33+ testImplementation ' io.mockk:mockk:1.14.5 '
3434 testImplementation ' com.squareup.okhttp3:mockwebserver:4.12.0'
3535
3636 testImplementation ' org.slf4j:slf4j-api:2.0.17'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 testImplementation ' org.junit.jupiter:junit-jupiter-api'
2929 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
3030 testImplementation ' org.junit.jupiter:junit-jupiter-params'
31- testImplementation ' io.mockk:mockk:1.14.4 '
31+ testImplementation ' io.mockk:mockk:1.14.5 '
3232 testImplementation ' com.squareup.okhttp3:mockwebserver:4.12.0'
3333 testImplementation ' org.slf4j:slf4j-api:2.0.17'
3434}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
3131 testImplementation ' org.junit.jupiter:junit-jupiter-params'
3232
33- testImplementation ' io.mockk:mockk:1.14.4 '
33+ testImplementation ' io.mockk:mockk:1.14.5 '
3434 testImplementation ' com.squareup.okhttp3:mockwebserver:4.12.0'
3535
3636 testImplementation ' org.slf4j:slf4j-api:2.0.17'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
2828 testImplementation ' org.junit.jupiter:junit-jupiter-params'
2929
30- testImplementation ' io.mockk:mockk:1.14.4 '
30+ testImplementation ' io.mockk:mockk:1.14.5 '
3131 testImplementation ' com.squareup.okhttp3:mockwebserver:4.12.0'
3232
3333 testImplementation(project(' :expediagroup-sdk-core' ))
You can’t perform that action at this time.
0 commit comments