File tree 3 files changed +3
-3
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
27
27
28
28
dependencies {
29
29
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 " )
31
31
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.3"
32
32
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
33
33
implementation " org.hibernate.validator:hibernate-validator:7.0.4.Final"
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.springframework.data</groupId >
29
29
<artifactId >spring-data-bom</artifactId >
30
- <version >2022.0.0-M4 </version >
30
+ <version >2022.0.0-M5 </version >
31
31
<scope >import</scope >
32
32
<type >pom</type >
33
33
</dependency >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
33
33
34
34
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 " )
36
36
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.3"
37
37
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
38
38
implementation " org.hibernate.validator:hibernate-validator:7.0.4.Final"
You can’t perform that action at this time.
0 commit comments