Skip to content

Commit 2179b67

Browse files
committed
Upgrade to Tomcat 9.0.29, Jetty 9.4.24, RxJava 2.2.15
1 parent fbde98f commit 2179b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ ext {
3333
groovyVersion = "2.5.8"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.9"
36-
jettyVersion = "9.4.23.v20191118"
36+
jettyVersion = "9.4.24.v20191120"
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
4040
nettyVersion = "4.1.43.Final"
4141
reactorVersion = "Californium-BUILD-SNAPSHOT"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.14"
44+
rxjava2Version = "2.2.15"
4545
slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.27"
47+
tomcatVersion = "9.0.29"
4848
undertowVersion = "2.0.28.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"

0 commit comments

Comments
 (0)