Skip to content

Commit b462ca2

Browse files
committed
Upgrade to Reactor Bismuth SR13 (and Netty 4.1.31)
Issue: SPR-17306
1 parent 4bd9566 commit b462ca2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ ext {
4747
junitVintageVersion = "4.12.3"
4848
kotlinVersion = "1.2.51"
4949
log4jVersion = "2.11.1"
50-
nettyVersion = "4.1.30.Final"
51-
reactorVersion = "Bismuth-BUILD-SNAPSHOT"
50+
nettyVersion = "4.1.31.Final"
51+
reactorVersion = "Bismuth-SR13"
5252
rxjavaVersion = "1.3.8"
5353
rxjavaAdapterVersion = "1.2.1"
5454
rxjava2Version = "2.1.17"
@@ -152,7 +152,6 @@ configure(allprojects) { project ->
152152

153153
repositories {
154154
maven { url "https://repo.spring.io/libs-release" }
155-
maven { url "https://repo.spring.io/snapshot" } // Reactor Bismuth snapshots (towards SR13)
156155
}
157156

158157
dependencies {

0 commit comments

Comments
 (0)