Skip to content

Commit 3de55db

Browse files
committed
Update to Reactor Snapshots
1 parent f650ebe commit 3de55db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: dependencies/spring-security-dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88

99
dependencies {
1010
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
11-
api platform("io.projectreactor:reactor-bom:2022.0.0-M4")
11+
api platform("io.projectreactor:reactor-bom:$reactorVersion")
1212
api platform("io.rsocket:rsocket-bom:1.1.3")
1313
api platform("org.junit:junit-bom:5.9.0")
1414
api platform("org.mockito:mockito-bom:4.8.0")

Diff for: gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aspectjVersion=1.9.9.1
2+
reactorVersion=2022.0.0-SNAPSHOT
23
springJavaformatVersion=0.0.34
34
springBootVersion=2.4.2
45
springFrameworkVersion=6.0.0-SNAPSHOT

0 commit comments

Comments
 (0)