Skip to content

Commit 1e8cb5f

Browse files
committed
Upgrade to RxJava 2.1.17, Tomcat 8.5.33, Netty 4.1.29
1 parent b5270a9 commit 1e8cb5f

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
@@ -47,14 +47,14 @@ ext {
4747
junitVintageVersion = "4.12.3"
4848
kotlinVersion = "1.2.51"
4949
log4jVersion = "2.11.1"
50-
nettyVersion = "4.1.25.Final"
50+
nettyVersion = "4.1.29.Final"
5151
reactorVersion = "Bismuth-SR10"
5252
rxjavaVersion = "1.3.8"
5353
rxjavaAdapterVersion = "1.2.1"
54-
rxjava2Version = "2.1.16"
54+
rxjava2Version = "2.1.17"
5555
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
5656
tiles3Version = "3.0.8"
57-
tomcatVersion = "8.5.32"
57+
tomcatVersion = "8.5.33"
5858
undertowVersion = "1.4.25.Final"
5959

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

0 commit comments

Comments
 (0)