Update to Spring Framework 7
Closes gh-1110
This commit is contained in:
2
dependencies/build.gradle
vendored
2
dependencies/build.gradle
vendored
@@ -20,7 +20,7 @@ dependencies {
|
||||
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
|
||||
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
|
||||
} else {
|
||||
api platform("org.springframework:spring-framework-bom:6.2.7")
|
||||
api platform("org.springframework:spring-framework-bom:7.0.0-M6")
|
||||
api platform("org.springframework.data:spring-data-bom:2021.2.18")
|
||||
}
|
||||
api platform("org.springframework.security:spring-security-bom:6.4.5")
|
||||
|
||||
Reference in New Issue
Block a user