Skip to content

Commit a0bce61

Browse files
committed
Latest dependency updates (Undertow 1.4.16, Caffeine 2.5.2, JavaMail 1.6 RC2)
1 parent f813712 commit a0bce61

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
@@ -40,7 +40,7 @@ configure(allprojects) { project ->
4040
ext.aspectjVersion = "1.9.0.BETA-5"
4141
ext.beanvalVersion = "1.1.0.Final"
4242
ext.cacheApiVersion = "1.0.0"
43-
ext.caffeineVersion = "2.5.1"
43+
ext.caffeineVersion = "2.5.2"
4444
ext.eclipselinkVersion = "2.6.4"
4545
ext.ehcacheVersion = "2.10.4"
4646
ext.ehcachejcacheVersion = "1.0.1"
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
5959
ext.httpclientVersion = "4.5.3"
6060
ext.interceptorApiVersion = "1.2"
6161
ext.jackson2Version = "2.9.0.pr3"
62-
ext.javamailVersion = "1.6.0-rc1"
62+
ext.javamailVersion = "1.6.0-rc2"
6363
ext.jaxbVersion = "2.2.11"
6464
ext.jaxwsVersion = "2.2.11"
6565
ext.jcaVersion = "1.7"
@@ -94,7 +94,7 @@ configure(allprojects) { project ->
9494
ext.tiles3Version = "3.0.7"
9595
ext.tomcatVersion = "8.5.15"
9696
ext.tyrusVersion = "1.13.1"
97-
ext.undertowVersion = "1.4.15.Final"
97+
ext.undertowVersion = "1.4.16.Final"
9898
ext.websocketVersion = "1.1"
9999
ext.woodstoxVersion = "5.0.3"
100100
ext.xmlunitVersion = "2.3.0"

0 commit comments

Comments
 (0)