We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef80d3 commit 15c7044Copy full SHA for 15c7044
build.gradle
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
36
ext.eclipselinkVersion = "2.4.2"
37
ext.ehcacheVersion = "2.10.2"
38
ext.ehcachejcacheVersion = "1.0.1"
39
- ext.ehcache3Version = "3.1.0"
+ ext.ehcache3Version = "3.1.1"
40
ext.ejbVersion = "3.0"
41
ext.fileuploadVersion = "1.3.2"
42
ext.freemarkerVersion = "2.3.23"
@@ -63,7 +63,7 @@ configure(allprojects) { project ->
63
ext.log4jVersion = "1.2.17"
64
ext.nettyVersion = "4.1.3.Final"
65
ext.okhttpVersion = "2.7.5"
66
- ext.okhttp3Version = "3.3.1"
+ ext.okhttp3Version = "3.4.1"
67
ext.openjpaVersion = "2.4.1"
68
ext.poiVersion = "3.14"
69
ext.reactorVersion = "2.0.8.RELEASE"
0 commit comments