Skip to content

Commit dc9a8ee

Browse files
committed
Upgrade to Caffeine 2.3.4 and XNIO 3.4.1
1 parent 3e419cd commit dc9a8ee

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
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636
ext.aspectjVersion = "1.9.0.BETA-5"
3737
ext.beanvalVersion = "1.1.0.Final"
3838
ext.cacheApiVersion = "1.0.0"
39-
ext.caffeineVersion = "2.3.3"
39+
ext.caffeineVersion = "2.3.4"
4040
ext.eclipselinkVersion = "2.6.4"
4141
ext.ehcacheVersion = "2.10.3"
4242
ext.ehcachejcacheVersion = "1.0.1"
@@ -82,8 +82,8 @@ configure(allprojects) { project ->
8282
ext.reactorNettyVersion = '0.5.2.RELEASE'
8383
ext.romeVersion = "1.7.0"
8484
ext.rxjavaVersion = '1.2.1'
85-
ext.rxjava2Version = '2.0.0'
8685
ext.rxjavaAdapterVersion = '1.2.0'
86+
ext.rxjava2Version = '2.0.0'
8787
ext.rxnettyVersion = '0.5.2-rc.4'
8888
ext.servletVersion = "3.1.0"
8989
ext.slf4jVersion = "1.7.21"
@@ -97,7 +97,7 @@ configure(allprojects) { project ->
9797
ext.websocketVersion = "1.1"
9898
ext.woodstoxVersion = "5.0.3"
9999
ext.xmlunitVersion = "2.2.1"
100-
ext.xnioVersion = "3.4.0.Final"
100+
ext.xnioVersion = "3.4.1.Final"
101101
ext.xstreamVersion = "1.4.9"
102102

103103
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"

0 commit comments

Comments
 (0)