Skip to content

Commit 2f1f36e

Browse files
committed
Upgrade to Groovy 2.5.9, RxJava 2.2.18, Tomcat 9.0.31, Jetty 9.4.26, Netty 4.1.45, Checkstyle 8.29
1 parent 1c0a4f8 commit 2f1f36e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ ext {
3030

3131
aspectjVersion = "1.9.5"
3232
freemarkerVersion = "2.3.28"
33-
groovyVersion = "2.5.8"
33+
groovyVersion = "2.5.9"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.9"
36-
jettyVersion = "9.4.25.v20191220"
36+
jettyVersion = "9.4.26.v20200117"
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
40-
nettyVersion = "4.1.44.Final"
40+
nettyVersion = "4.1.45.Final"
4141
reactorVersion = "Californium-SR16"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.17"
44+
rxjava2Version = "2.2.18"
4545
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.30"
47+
tomcatVersion = "9.0.31"
4848
undertowVersion = "2.0.29.Final"
4949

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

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

0 commit comments

Comments
 (0)