Skip to content

Commit 8c277ae

Browse files
committed
Upgrade samples to Spring Data 2022.0.0-M5
Closes gh-841
1 parent f7bad38 commit 8c277ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/rest-notes-slate/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
2727

2828
dependencies {
2929
implementation platform("org.springframework:spring-framework-bom:6.0.0-M5")
30-
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M4")
30+
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M5")
3131
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3"
3232
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
3333
implementation "org.hibernate.validator:hibernate-validator:7.0.4.Final"

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

+1-1
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-M4</version>
30+
<version>2022.0.0-M5</version>
3131
<scope>import</scope>
3232
<type>pom</type>
3333
</dependency>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
3333

3434
implementation platform("org.springframework:spring-framework-bom:6.0.0-M5")
35-
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M4")
35+
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M5")
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3"
3737
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
3838
implementation "org.hibernate.validator:hibernate-validator:7.0.4.Final"

0 commit comments

Comments
 (0)