Upgrade samples to Spring Framework 6.0.0-M3

See gh-788
This commit is contained in:
Andy Wilkinson
2022-03-21 15:57:31 +00:00
parent f47663360d
commit 6c341cc63c
7 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ configurations {
dependencies {
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
implementation platform("org.springframework:spring-framework-bom:6.0.0-M2")
implementation platform("org.springframework:spring-framework-bom:6.0.0-M3")
implementation "org.springframework:spring-webmvc"
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion"