Skip to content

Commit 15c7044

Browse files
committed
Upgrade to EhCache 3.1.1 and OkHttp 3.4.1
1 parent 0ef80d3 commit 15c7044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636
ext.eclipselinkVersion = "2.4.2"
3737
ext.ehcacheVersion = "2.10.2"
3838
ext.ehcachejcacheVersion = "1.0.1"
39-
ext.ehcache3Version = "3.1.0"
39+
ext.ehcache3Version = "3.1.1"
4040
ext.ejbVersion = "3.0"
4141
ext.fileuploadVersion = "1.3.2"
4242
ext.freemarkerVersion = "2.3.23"
@@ -63,7 +63,7 @@ configure(allprojects) { project ->
6363
ext.log4jVersion = "1.2.17"
6464
ext.nettyVersion = "4.1.3.Final"
6565
ext.okhttpVersion = "2.7.5"
66-
ext.okhttp3Version = "3.3.1"
66+
ext.okhttp3Version = "3.4.1"
6767
ext.openjpaVersion = "2.4.1"
6868
ext.poiVersion = "3.14"
6969
ext.reactorVersion = "2.0.8.RELEASE"

0 commit comments

Comments
 (0)