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