Upgrade to REST Assured 5.0.0

Closes gh-791
This commit is contained in:
Andy Wilkinson
2022-03-25 09:41:19 +00:00
parent c31b2e9266
commit df6b902461
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ Spring REST Docs has the following minimum requirements:
* Java 17
* Spring Framework 6
Additionally, the `spring-restdocs-restassured` module requires REST Assured 4 (4.5 or later).
Additionally, the `spring-restdocs-restassured` module requires REST Assured 5.
[[getting-started-build-configuration]]
=== Build configuration

View File

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

View File

@@ -12,7 +12,7 @@ dependencies {
api("jakarta.servlet:jakarta.servlet-api:5.0.0")
api("jakarta.validation:jakarta.validation-api:3.0.0")
api("junit:junit:4.12")
api("io.rest-assured:rest-assured:4.5.0")
api("io.rest-assured:rest-assured:5.0.0")
api("org.apache.pdfbox:pdfbox:2.0.7")
api("org.asciidoctor:asciidoctorj:2.5.2")
api("org.asciidoctor:asciidoctorj-pdf:1.6.0")