File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ configurations {
2828dependencies {
2929 asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
3030
31- implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2 " )
31+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M3 " )
3232 implementation ' org.springframework:spring-webmvc'
3333
3434 testImplementation " org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configurations {
2727dependencies {
2828 asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
2929
30- implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2 " )
30+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M3 " )
3131 implementation ' io.projectreactor.netty:reactor-netty-http:1.0.15'
3232 implementation ' org.springframework:spring-context'
3333 implementation ' org.springframework:spring-webflux'
Original file line number Diff line number Diff line change 2222ext[' spring-restdocs.version' ] = ' 3.0.0-SNAPSHOT'
2323
2424dependencies {
25- implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2 " )
25+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M3 " )
2626 implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-M1" )
2727 implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
2828 implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
Original file line number Diff line number Diff line change 2020 <dependency >
2121 <groupId >org.springframework</groupId >
2222 <artifactId >spring-framework-bom</artifactId >
23- <version >6.0.0-M2 </version >
23+ <version >6.0.0-M3 </version >
2424 <scope >import</scope >
2525 <type >pom</type >
2626 </dependency >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configurations {
2727dependencies {
2828 asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
2929
30- implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2 " )
30+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M3 " )
3131 implementation platform(" org.springframework.data:spring-data-bom:2022.0.0-M1" )
3232 implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
3333 implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ configurations {
2828dependencies {
2929 asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
3030
31- implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2 " )
31+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M3 " )
3232 implementation " org.springframework:spring-webmvc"
3333
3434 testImplementation " org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion "
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ configurations {
2929dependencies {
3030 asciidoctorExtensions " org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion "
3131
32- implementation platform(" org.springframework:spring-framework-bom:6.0.0-M2 " )
32+ implementation platform(" org.springframework:spring-framework-bom:6.0.0-M3 " )
3333 implementation ' org.springframework:spring-context'
3434 implementation ' org.springframework:spring-webflux'
3535
You can’t perform that action at this time.
0 commit comments