Update to Spring Framework 6.0.0-M1

Closes gh-614
This commit is contained in:
Josh Cummings
2022-01-13 17:46:47 -07:00
parent e9a228a381
commit 0bf82a49c2

View File

@@ -14,7 +14,7 @@ repositories {
ext.queryDslVersion = '4.0.9'
dependencies {
api platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
api platform("org.springframework:spring-framework-bom:6.0.0-M1")
api platform("io.projectreactor:reactor-bom:2020.0.12")
api platform("io.rsocket:rsocket-bom:1.1.1")
api platform("org.springframework.data:spring-data-bom:2022.1.0-SNAPSHOT")