Skip to content

Commit c2b2701

Browse files
committed
Upgrade to Reactor Californium-SR21
Includes Undertow 2.0.31 and Checkstyle 8.36.1 as well. Closes gh-25731
1 parent ec87fdb commit c2b2701

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ ext {
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
4040
nettyVersion = "4.1.51.Final"
41-
reactorVersion = "Californium-BUILD-SNAPSHOT"
41+
reactorVersion = "Californium-SR21"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.19"
4545
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.37"
48-
undertowVersion = "2.0.30.Final"
48+
undertowVersion = "2.0.31.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4j = {
@@ -142,14 +142,13 @@ configure(allprojects) { project ->
142142
}
143143

144144
checkstyle {
145-
toolVersion = "8.36"
145+
toolVersion = "8.36.1"
146146
configDir = rootProject.file("src/checkstyle")
147147
}
148148

149149
repositories {
150150
mavenCentral()
151151
maven { url "https://repo.spring.io/libs-release" }
152-
maven { url "https://repo.spring.io/snapshot" } // Reactor
153152
}
154153

155154
dependencies {

0 commit comments

Comments
 (0)