1.6.x Updating wiremock to a java8 compatible version (#846)

This commit is contained in:
Alberto C. Ríos
2023-09-06 15:25:49 +02:00
committed by GitHub
parent 14f7324b1e
commit 9806be595b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
}
}

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:${wiremockVersion}"
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:${wiremockVersion}"
}
test {