Skip to content

Commit cb80eac

Browse files
committed
Upgrade to RxJava 2.1.14 and Groovy 2.5 RC3
1 parent d035593 commit cb80eac

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
@@ -43,7 +43,7 @@ configure(allprojects) { project ->
4343

4444
ext.aspectjVersion = "1.9.1"
4545
ext.freemarkerVersion = "2.3.28"
46-
ext.groovyVersion = "2.5.0-rc-2"
46+
ext.groovyVersion = "2.5.0-rc-3"
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.5"
4949
ext.jettyVersion = "9.4.10.v20180503"
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
5656
ext.reactorVersion = "Californium-BUILD-SNAPSHOT"
5757
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
59-
ext.rxjava2Version = "2.1.13"
59+
ext.rxjava2Version = "2.1.14"
6060
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
6161
ext.tiles3Version = "3.0.8"
6262
ext.tomcatVersion = "9.0.8"

0 commit comments

Comments
 (0)