Renaming wiremock artifact ID to the latest (#849)

This commit is contained in:
Alberto C. Ríos
2023-09-07 17:07:13 +02:00
committed by GitHub
parent 9bc353d27a
commit 7ce2f1a068

View File

@@ -29,7 +29,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "io.rest-assured:rest-assured"
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:${wiremockVersion}"
testImplementation "org.wiremock:wiremock-standalone:${wiremockVersion}"
}
test {