Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson
2022-01-12 12:36:42 +00:00
22 changed files with 665 additions and 208 deletions

View File

@@ -28,7 +28,7 @@ configurations {
dependencies {
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
implementation 'org.springframework:spring-webmvc:6.0.0-SNAPSHOT'
implementation 'org.springframework:spring-webmvc:6.0.0-M1'
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'