diff --git a/samples/rest-notes-slate/build.gradle b/samples/rest-notes-slate/build.gradle index 19bc31a0..5952349d 100644 --- a/samples/rest-notes-slate/build.gradle +++ b/samples/rest-notes-slate/build.gradle @@ -23,7 +23,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT' dependencies { implementation platform("org.springframework:spring-framework-bom:6.0.0-M3") - implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M1") + implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M3") implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1" implementation "jakarta.servlet:jakarta.servlet-api:5.0.0" implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final" diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index abf65d7b..47ba689e 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -27,7 +27,7 @@ org.springframework.data spring-data-bom - 2022.0.0-M2 + 2022.0.0-M3 import pom diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 43795d05..5a34e0f6 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -28,7 +28,7 @@ dependencies { asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion" implementation platform("org.springframework:spring-framework-bom:6.0.0-M3") - implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M2") + implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M3") implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1" implementation "jakarta.servlet:jakarta.servlet-api:5.0.0" implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"