diff --git a/samples/junit5/build.gradle b/samples/junit5/build.gradle index c9fd2aef..9439b896 100644 --- a/samples/junit5/build.gradle +++ b/samples/junit5/build.gradle @@ -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" diff --git a/samples/rest-assured/build.gradle b/samples/rest-assured/build.gradle index 059311b8..b2374812 100644 --- a/samples/rest-assured/build.gradle +++ b/samples/rest-assured/build.gradle @@ -27,7 +27,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 '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 d1331806..19bc31a0 100644 --- a/samples/rest-notes-slate/build.gradle +++ b/samples/rest-notes-slate/build.gradle @@ -22,7 +22,7 @@ ext { ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT' dependencies { - implementation platform("org.springframework:spring-framework-bom:6.0.0-M2") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M3") implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M1") implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1" 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 73d24fdc..e4eaff3a 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-M2 + 6.0.0-M3 import pom diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 4158fee1..c1accf21 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -27,7 +27,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 platform("org.springframework.data:spring-data-bom:2022.0.0-M1") implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1" implementation "jakarta.servlet:jakarta.servlet-api:5.0.0" diff --git a/samples/testng/build.gradle b/samples/testng/build.gradle index c0509fe6..60f78f1e 100644 --- a/samples/testng/build.gradle +++ b/samples/testng/build.gradle @@ -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" diff --git a/samples/web-test-client/build.gradle b/samples/web-test-client/build.gradle index 94205f01..d83cfa20 100644 --- a/samples/web-test-client/build.gradle +++ b/samples/web-test-client/build.gradle @@ -29,7 +29,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-context' implementation 'org.springframework:spring-webflux'