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 b0d9562 commit e3baf66Copy full SHA for e3baf66
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
testImplementation 'org.projectlombok:lombok:1.18.24'
38
testImplementation platform('org.junit:junit-bom:5.10.0')
39
testImplementation 'org.junit.jupiter:junit-jupiter'
40
- testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
+ testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1'
41
testImplementation 'org.mockito:mockito-core:4.11.0'
42
}
43
0 commit comments