Skip to content

Commit b63c853

Browse files
committed
Upgrade to Tomcat 9.0.21, Undertow 2.0.21, RxJava 2.2.9, Checkstyle 8.21
Includes upgrade to Reactor Californium SR9 proper.
1 parent 9ce5a18 commit b63c853

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle

Lines changed: 5 additions & 6 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.36.Final"
41-
reactorVersion = "Californium-BUILD-SNAPSHOT"
41+
reactorVersion = "Californium-SR9"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.8"
44+
rxjava2Version = "2.2.9"
4545
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.19"
48-
undertowVersion = "2.0.20.Final"
47+
tomcatVersion = "9.0.21"
48+
undertowVersion = "2.0.21.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4J = {
@@ -143,13 +143,12 @@ configure(allprojects) { project ->
143143
}
144144

145145
checkstyle {
146-
toolVersion = "8.20"
146+
toolVersion = "8.21"
147147
configDir = rootProject.file("src/checkstyle")
148148
}
149149

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

0 commit comments

Comments
 (0)