Upgrade to REST Assured 5.1.1

Closes gh-836
This commit is contained in:
Andy Wilkinson
2022-07-18 17:36:34 +01:00
parent 7537e36f19
commit 30812e2731
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ dependencies {
implementation 'org.springframework:spring-webflux'
testImplementation 'io.rest-assured:rest-assured:5.0.1'
testImplementation 'io.rest-assured:rest-assured:5.1.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'
testImplementation "org.springframework.restdocs:spring-restdocs-restassured:$restdocsVersion"
testImplementation 'org.springframework:spring-test'