File tree 8 files changed +8
-8
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ nohttp {
30
30
}
31
31
32
32
ext {
33
- springFrameworkVersion = " 6.0.0-SNAPSHOT "
33
+ springFrameworkVersion = " 6.0.0-M4 "
34
34
javadocLinks = [
35
35
" https://docs.spring.io/spring-framework/docs/$springFrameworkVersion /javadoc-api/" ,
36
36
" https://docs.jboss.org/hibernate/validator/7.0/api/" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ configurations {
32
32
dependencies {
33
33
asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
34
34
35
- implementation platform(" org.springframework:spring-framework-bom:6.0.0-SNAPSHOT " )
35
+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M4 " )
36
36
implementation ' org.springframework:spring-webmvc'
37
37
38
38
testImplementation " org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ configurations {
31
31
dependencies {
32
32
asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
33
33
34
- implementation platform(" org.springframework:spring-framework-bom:6.0.0-SNAPSHOT " )
34
+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M4 " )
35
35
implementation ' io.projectreactor.netty:reactor-netty-http:1.0.15'
36
36
implementation ' org.springframework:spring-context'
37
37
implementation ' org.springframework:spring-webflux'
Original file line number Diff line number Diff line change 26
26
ext[' spring-restdocs.version' ] = ' 3.0.0-SNAPSHOT'
27
27
28
28
dependencies {
29
- implementation platform(" org.springframework:spring-framework-bom:6.0.0-SNAPSHOT " )
29
+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M4 " )
30
30
implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT" )
31
31
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
32
32
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
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-SNAPSHOT </version >
23
+ <version >6.0.0-M4 </version >
24
24
<scope >import</scope >
25
25
<type >pom</type >
26
26
</dependency >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ configurations {
31
31
dependencies {
32
32
asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
33
33
34
- implementation platform(" org.springframework:spring-framework-bom:6.0.0-SNAPSHOT " )
34
+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M4 " )
35
35
implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT" )
36
36
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
37
37
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ configurations {
32
32
dependencies {
33
33
asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
34
34
35
- implementation platform(" org.springframework:spring-framework-bom:6.0.0-SNAPSHOT " )
35
+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M4 " )
36
36
implementation " org.springframework:spring-webmvc"
37
37
38
38
testImplementation " org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion "
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ configurations {
33
33
dependencies {
34
34
asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
35
35
36
- implementation platform(" org.springframework:spring-framework-bom:6.0.0-SNAPSHOT " )
36
+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M4 " )
37
37
implementation ' org.springframework:spring-context'
38
38
implementation ' org.springframework:spring-webflux'
39
39
You can’t perform that action at this time.
0 commit comments