Skip to content

Commit 1cb08f5

Browse files
committed
Upgrade to RxJava 2.2.3 and Undertow 2.0.14
1 parent feeec34 commit 1cb08f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ ext {
4141
reactorVersion = "Californium-SR1"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.2"
44+
rxjava2Version = "2.2.3"
4545
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.12"
48-
undertowVersion = "2.0.13.Final"
48+
undertowVersion = "2.0.14.Final"
4949

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

0 commit comments

Comments
 (0)