Skip to content

Commit df6b902

Browse files
committed
Upgrade to REST Assured 5.0.0
Closes gh-791
1 parent c31b2e9 commit df6b902

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/docs/asciidoc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Spring REST Docs has the following minimum requirements:
7676
* Java 17
7777
* Spring Framework 6
7878

79-
Additionally, the `spring-restdocs-restassured` module requires REST Assured 4 (4.5 or later).
79+
Additionally, the `spring-restdocs-restassured` module requires REST Assured 5.
8080

8181
[[getting-started-build-configuration]]
8282
=== Build configuration

samples/rest-assured/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'org.springframework:spring-webflux'
3434

3535

36-
testImplementation 'io.rest-assured:rest-assured:4.5.0'
36+
testImplementation 'io.rest-assured:rest-assured:5.0.0'
3737
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'
3838
testImplementation "org.springframework.restdocs:spring-restdocs-restassured:$restdocsVersion"
3939
testImplementation 'org.springframework:spring-test'

spring-restdocs-platform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
api("jakarta.servlet:jakarta.servlet-api:5.0.0")
1313
api("jakarta.validation:jakarta.validation-api:3.0.0")
1414
api("junit:junit:4.12")
15-
api("io.rest-assured:rest-assured:4.5.0")
15+
api("io.rest-assured:rest-assured:5.0.0")
1616
api("org.apache.pdfbox:pdfbox:2.0.7")
1717
api("org.asciidoctor:asciidoctorj:2.5.2")
1818
api("org.asciidoctor:asciidoctorj-pdf:1.6.0")

0 commit comments

Comments
 (0)