From f27a0041960f43fa986e450ccc5ef7bcebd3dd0c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Mar 2022 15:59:41 +0000 Subject: [PATCH] Upgrade samples to Spring Data 2022.0.0-M2 --- samples/rest-notes-spring-data-rest/pom.xml | 2 +- samples/rest-notes-spring-hateoas/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index e4eaff3a..abf65d7b 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-M1 + 2022.0.0-M2 import pom diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index c1accf21..43795d05 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -28,14 +28,14 @@ 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-M1") + implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M2") 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" implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final" implementation "org.springframework:spring-webmvc" implementation "org.springframework.data:spring-data-jpa" - implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M1" + implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M2" runtimeOnly 'com.h2database:h2:1.4.200' runtimeOnly 'org.atteo:evo-inflector:1.2.1'