diff --git a/build.gradle b/build.gradle index fb2bc10d..b57f6f19 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ nohttp { } ext { - springFrameworkVersion = "6.0.0-SNAPSHOT" + springFrameworkVersion = "6.0.0-M4" javadocLinks = [ "https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/javadoc-api/", "https://docs.jboss.org/hibernate/validator/7.0/api/", diff --git a/samples/junit5/build.gradle b/samples/junit5/build.gradle index 996f8639..97505238 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-SNAPSHOT") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") 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 5f9dce85..57911822 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-SNAPSHOT") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") 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 ca92d07e..a5078913 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-SNAPSHOT") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") implementation platform("org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT") 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 680df8fa..1a272b40 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-SNAPSHOT + 6.0.0-M4 import pom diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 7029d45e..d19bfaf6 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-SNAPSHOT") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") implementation platform("org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT") 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 c347521a..ef4f6153 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-SNAPSHOT") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") 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 65c99a5c..bd96e7f0 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-SNAPSHOT") + implementation platform("org.springframework:spring-framework-bom:6.0.0-M4") implementation 'org.springframework:spring-context' implementation 'org.springframework:spring-webflux'