diff --git a/samples/junit5/build.gradle b/samples/junit5/build.gradle index 97505238..9713f32b 100644 --- a/samples/junit5/build.gradle +++ b/samples/junit5/build.gradle @@ -32,7 +32,7 @@ configurations { dependencies { asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion" - implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M5") implementation 'org.springframework:spring-webmvc' testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion" diff --git a/samples/rest-assured/build.gradle b/samples/rest-assured/build.gradle index f01476be..df839e10 100644 --- a/samples/rest-assured/build.gradle +++ b/samples/rest-assured/build.gradle @@ -31,7 +31,7 @@ configurations { dependencies { asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion" - implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M5") implementation 'io.projectreactor.netty:reactor-netty-http:1.0.15' implementation 'org.springframework:spring-context' implementation 'org.springframework:spring-webflux' diff --git a/samples/rest-notes-slate/build.gradle b/samples/rest-notes-slate/build.gradle index 1d98a1e9..2e4d2214 100644 --- a/samples/rest-notes-slate/build.gradle +++ b/samples/rest-notes-slate/build.gradle @@ -26,7 +26,7 @@ ext { ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT' dependencies { - implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M5") implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M4") implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3" implementation "jakarta.servlet:jakarta.servlet-api:5.0.0" diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 7e012c9f..bb8677f4 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -20,7 +20,7 @@ org.springframework spring-framework-bom - 6.0.0-M4 + 6.0.0-M5 import pom diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 9ae2cd05..baa6963c 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -31,7 +31,7 @@ configurations { dependencies { asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion" - implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M5") implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M4") implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3" implementation "jakarta.servlet:jakarta.servlet-api:5.0.0" diff --git a/samples/testng/build.gradle b/samples/testng/build.gradle index ef4f6153..3e9226cc 100644 --- a/samples/testng/build.gradle +++ b/samples/testng/build.gradle @@ -32,7 +32,7 @@ configurations { dependencies { asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion" - implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M5") implementation "org.springframework:spring-webmvc" testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion" diff --git a/samples/web-test-client/build.gradle b/samples/web-test-client/build.gradle index bd96e7f0..34de7cff 100644 --- a/samples/web-test-client/build.gradle +++ b/samples/web-test-client/build.gradle @@ -33,7 +33,7 @@ configurations { dependencies { asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion" - implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M5") implementation 'org.springframework:spring-context' implementation 'org.springframework:spring-webflux'