1.6.x Updating wiremock to a java8 compatible version (#846)
This commit is contained in:
@@ -28,7 +28,7 @@ buildscript {
|
||||
pmdVersion = "6.29.0"
|
||||
springCredhubVersion = "2.3.0"
|
||||
springFrameworkVersion = "5.3.22"
|
||||
wiremockVersion = "2.27.2"
|
||||
wiremockVersion = "2.35.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ dependencies {
|
||||
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||
testImplementation "io.rest-assured:rest-assured"
|
||||
testImplementation "com.github.tomakehurst:wiremock:${wiremockVersion}"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:${wiremockVersion}"
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
Reference in New Issue
Block a user