We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035593 commit cb80eacCopy full SHA for cb80eac
build.gradle
@@ -43,7 +43,7 @@ configure(allprojects) { project ->
43
44
ext.aspectjVersion = "1.9.1"
45
ext.freemarkerVersion = "2.3.28"
46
- ext.groovyVersion = "2.5.0-rc-2"
+ ext.groovyVersion = "2.5.0-rc-3"
47
ext.hsqldbVersion = "2.4.0"
48
ext.jackson2Version = "2.9.5"
49
ext.jettyVersion = "9.4.10.v20180503"
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
56
ext.reactorVersion = "Californium-BUILD-SNAPSHOT"
57
ext.rxjavaVersion = "1.3.8"
58
ext.rxjavaAdapterVersion = "1.2.1"
59
- ext.rxjava2Version = "2.1.13"
+ ext.rxjava2Version = "2.1.14"
60
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
61
ext.tiles3Version = "3.0.8"
62
ext.tomcatVersion = "9.0.8"
0 commit comments