File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
2323
2424dependencies {
2525 implementation platform(" org.springframework:spring-framework-bom:6.0.0-M3" )
26- implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-M1 " )
26+ implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-M3 " )
2727 implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
2828 implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
2929 implementation " org.hibernate.validator:hibernate-validator:7.0.0.Final"
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >org.springframework.data</groupId >
2929 <artifactId >spring-data-bom</artifactId >
30- <version >2022.0.0-M2 </version >
30+ <version >2022.0.0-M3 </version >
3131 <scope >import</scope >
3232 <type >pom</type >
3333 </dependency >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ 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-M2 " )
31+ implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-M3 " )
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"
You can’t perform that action at this time.
0 commit comments