Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f27a004

Browse files
committedMar 21, 2022
Upgrade samples to Spring Data 2022.0.0-M2
1 parent 6c341cc commit f27a004

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎samples/rest-notes-spring-data-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.springframework.data</groupId>
2929
<artifactId>spring-data-bom</artifactId>
30-
<version>2022.0.0-M1</version>
30+
<version>2022.0.0-M2</version>
3131
<scope>import</scope>
3232
<type>pom</type>
3333
</dependency>

‎samples/rest-notes-spring-hateoas/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ dependencies {
2828
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
2929

3030
implementation platform("org.springframework:spring-framework-bom:6.0.0-M3")
31-
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M1")
31+
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M2")
3232
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
3333
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
3434
implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"
3535
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"
3636
implementation "org.springframework:spring-webmvc"
3737
implementation "org.springframework.data:spring-data-jpa"
38-
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M1"
38+
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M2"
3939

4040
runtimeOnly 'com.h2database:h2:1.4.200'
4141
runtimeOnly 'org.atteo:evo-inflector:1.2.1'

0 commit comments

Comments
 (0)
Please sign in to comment.