Skip to content

Commit b4db161

Browse files
committed
Latest dependency updates (Caffeine 2.3.2, RxJava 1.1.9, Jetty 9.4.0.M1)
1 parent cf9b4d1 commit b4db161

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
@@ -35,7 +35,7 @@ configure(allprojects) { project ->
3535
ext.annotationApiVersion = "1.2"
3636
ext.aspectjVersion = "1.9.0.BETA-5"
3737
ext.beanvalVersion = "1.1.0.Final"
38-
ext.caffeineVersion = "2.3.1"
38+
ext.caffeineVersion = "2.3.2"
3939
ext.eclipselinkVersion = "2.6.3"
4040
ext.ehcacheVersion = "2.10.2"
4141
ext.ehcachejcacheVersion = "1.0.1"
@@ -58,7 +58,7 @@ configure(allprojects) { project ->
5858
ext.jaxbVersion = "2.2.11"
5959
ext.jaxwsVersion = "2.2.11"
6060
ext.jcaVersion = "1.7"
61-
ext.jettyVersion = "9.3.11.v20160721"
61+
ext.jettyVersion = "9.4.0.M1"
6262
ext.jodaVersion = "2.9.4"
6363
ext.jpaVersion = "2.1.1"
6464
ext.jspVersion = "2.3.2-b02"
@@ -77,7 +77,7 @@ configure(allprojects) { project ->
7777
ext.reactorCoreVersion = '3.0.0.BUILD-SNAPSHOT'
7878
ext.reactorNettyVersion = '0.5.0.BUILD-SNAPSHOT'
7979
ext.romeVersion = "1.6.0"
80-
ext.rxjavaVersion = '1.1.8'
80+
ext.rxjavaVersion = '1.1.9'
8181
ext.rxnettyVersion = '0.5.2-rc.3'
8282
ext.servletVersion = "3.1.0"
8383
ext.slf4jVersion = "1.7.21"

0 commit comments

Comments
 (0)