Latest dependency updates (EhCache 3.0 RC3, Undertow 1.3.21)
This commit is contained in:
parent
37bd51cf6d
commit
e365ffb67a
|
@ -36,7 +36,7 @@ configure(allprojects) { project ->
|
|||
ext.eclipselinkVersion = "2.4.2"
|
||||
ext.ehcacheVersion = "2.10.1"
|
||||
ext.ehcachejcacheVersion = "1.0.1"
|
||||
ext.ehcache3Version = "3.0.0.rc2"
|
||||
ext.ehcache3Version = "3.0.0.rc3"
|
||||
ext.ejbApiVersion = "3.0"
|
||||
ext.fileuploadVersion = "1.3.1"
|
||||
ext.freemarkerVersion = "2.3.23"
|
||||
|
@ -80,7 +80,7 @@ configure(allprojects) { project ->
|
|||
ext.tiles3Version = "3.0.5"
|
||||
ext.tomcatVersion = "8.0.33"
|
||||
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
|
||||
ext.undertowVersion = "1.3.20.Final"
|
||||
ext.undertowVersion = "1.3.21.Final"
|
||||
ext.woodstoxVersion = "5.0.2"
|
||||
ext.xmlunitVersion = "1.6"
|
||||
ext.xstreamVersion = "1.4.9"
|
||||
|
|
Loading…
Reference in New Issue