File tree 3 files changed +5
-4
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
23
23
24
24
dependencies {
25
25
implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2" )
26
- implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT " )
26
+ implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-M1 " )
27
27
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
28
28
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
29
29
implementation " org.hibernate.validator:hibernate-validator:7.0.0.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-SNAPSHOT </version >
30
+ <version >2022.0.0-M1 </version >
31
31
<scope >import</scope >
32
32
<type >pom</type >
33
33
</dependency >
Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ dependencies {
28
28
asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
29
29
30
30
implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2" )
31
+ implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-M1" )
31
32
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
32
33
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
33
34
implementation " org.hibernate.validator:hibernate-validator:7.0.0.Final"
34
35
implementation " org.hibernate:hibernate-core-jakarta:5.5.7.Final"
35
36
implementation " org.springframework:spring-webmvc"
36
- implementation " org.springframework.data:spring-data-jpa:3.0.0-SNAPSHOT "
37
- implementation " org.springframework.hateoas:spring-hateoas:2.0.0-SNAPSHOT "
37
+ implementation " org.springframework.data:spring-data-jpa"
38
+ implementation " org.springframework.hateoas:spring-hateoas:2.0.0-M1 "
38
39
39
40
runtimeOnly ' com.h2database:h2:1.4.200'
40
41
runtimeOnly ' org.atteo:evo-inflector:1.2.1'
You can’t perform that action at this time.
0 commit comments