Upgrade to Reactor 2022.0.0 snapshots

This commit is contained in:
rstoyanchev
2022-09-06 12:37:46 +01:00
parent 973fc567f3
commit f052a51307

View File

@@ -9,7 +9,7 @@ javaPlatform {
dependencies {
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
api(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))
api(platform("io.projectreactor:reactor-bom:2022.0.0-M5"))
api(platform("io.projectreactor:reactor-bom:2022.0.0-SNAPSHOT"))
api(platform("org.springframework.data:spring-data-bom:2022.0.0-M5"))
api(platform("org.springframework.security:spring-security-bom:6.0.0-M6"))
api(platform("com.querydsl:querydsl-bom:5.0.0"))