We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0249b commit e26d350Copy full SHA for e26d350
build.gradle
@@ -63,7 +63,7 @@ configure(allprojects) { project ->
63
ext.log4jVersion = "1.2.17"
64
ext.nettyVersion = "4.1.6.Final"
65
ext.okhttpVersion = "2.7.5"
66
- ext.okhttp3Version = "3.4.1"
+ ext.okhttp3Version = "3.4.2"
67
ext.openjpaVersion = "2.4.1"
68
ext.poiVersion = "3.14"
69
ext.reactorVersion = "2.0.8.RELEASE"
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
73
ext.snifferVersion = "1.15"
74
ext.testngVersion = "6.9.10"
75
ext.tiles2Version = "2.2.2"
76
- ext.tiles3Version = "3.0.5"
+ ext.tiles3Version = "3.0.7"
77
ext.tomcatVersion = "8.5.6"
78
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
79
ext.undertowVersion = "1.3.25.Final"
0 commit comments