Upgrade to Spring Framework 6.0.0-M4
Closes gh-794
This commit is contained in:
@@ -30,7 +30,7 @@ nohttp {
|
||||
}
|
||||
|
||||
ext {
|
||||
springFrameworkVersion = "6.0.0-SNAPSHOT"
|
||||
springFrameworkVersion = "6.0.0-M4"
|
||||
javadocLinks = [
|
||||
"https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/javadoc-api/",
|
||||
"https://docs.jboss.org/hibernate/validator/7.0/api/",
|
||||
|
||||
@@ -32,7 +32,7 @@ configurations {
|
||||
dependencies {
|
||||
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
|
||||
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
|
||||
implementation 'org.springframework:spring-webmvc'
|
||||
|
||||
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion"
|
||||
|
||||
@@ -31,7 +31,7 @@ configurations {
|
||||
dependencies {
|
||||
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
|
||||
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
|
||||
implementation 'io.projectreactor.netty:reactor-netty-http:1.0.15'
|
||||
implementation 'org.springframework:spring-context'
|
||||
implementation 'org.springframework:spring-webflux'
|
||||
|
||||
@@ -26,7 +26,7 @@ ext {
|
||||
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
|
||||
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT")
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
|
||||
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>6.0.0-SNAPSHOT</version>
|
||||
<version>6.0.0-M4</version>
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
@@ -31,7 +31,7 @@ configurations {
|
||||
dependencies {
|
||||
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
|
||||
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
|
||||
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT")
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
|
||||
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
|
||||
|
||||
@@ -32,7 +32,7 @@ configurations {
|
||||
dependencies {
|
||||
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
|
||||
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
|
||||
implementation "org.springframework:spring-webmvc"
|
||||
|
||||
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:$restdocsVersion"
|
||||
|
||||
@@ -33,7 +33,7 @@ configurations {
|
||||
dependencies {
|
||||
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
|
||||
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
|
||||
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
|
||||
implementation 'org.springframework:spring-context'
|
||||
implementation 'org.springframework:spring-webflux'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user