We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a92ee commit b05b3e7Copy full SHA for b05b3e7
build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
testImplementation 'cloud.eppo:sdk-common-jvm:3.5.0:tests'
44
testImplementation platform('org.junit:junit-bom:5.10.2')
45
testImplementation 'org.junit.jupiter:junit-jupiter'
46
- testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
+ testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1'
47
testImplementation 'org.mockito:mockito-core:4.11.0'
48
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
49
}
0 commit comments