Skip to content

Commit 32bda47

Browse files
committed
Latest dependency updates (EhCache 3.3.1, FreeMarker 2.3.26, Log4J 2.8.2)
1 parent 8cb24e0 commit 32bda47

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
@@ -43,11 +43,11 @@ configure(allprojects) { project ->
4343
ext.eclipselinkVersion = "2.6.4"
4444
ext.ehcacheVersion = "2.10.3"
4545
ext.ehcachejcacheVersion = "1.0.1"
46-
ext.ehcache3Version = "3.3.0"
46+
ext.ehcache3Version = "3.3.1"
4747
ext.ejbApiVersion = "3.2"
4848
ext.elApiVersion = "3.0.1-b04"
4949
ext.fileuploadVersion = "1.3.2"
50-
ext.freemarkerVersion = "2.3.25-incubating"
50+
ext.freemarkerVersion = "2.3.26-incubating"
5151
ext.groovyVersion = "2.4.10"
5252
ext.gsonVersion = "2.8.0"
5353
ext.hamcrestVersion = "1.3"
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
7373
ext.junitJupiterVersion = '5.0.0-M4'
7474
ext.junitPlatformVersion = '1.0.0-M4'
7575
ext.kotlinVersion = "1.1.1" // also change kotlin-gradle-plugin version when upgrading
76-
ext.log4jVersion = '2.8.1'
76+
ext.log4jVersion = '2.8.2'
7777
ext.nettyVersion = "4.1.9.Final"
7878
ext.okhttp3Version = "3.6.0"
7979
ext.poiVersion = "3.15"

0 commit comments

Comments
 (0)