Skip to content

Commit e26d350

Browse files
committed
Upgrade to OkHttp 3.4.2 and Tiles 3.0.7
1 parent fe0249b commit e26d350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configure(allprojects) { project ->
6363
ext.log4jVersion = "1.2.17"
6464
ext.nettyVersion = "4.1.6.Final"
6565
ext.okhttpVersion = "2.7.5"
66-
ext.okhttp3Version = "3.4.1"
66+
ext.okhttp3Version = "3.4.2"
6767
ext.openjpaVersion = "2.4.1"
6868
ext.poiVersion = "3.14"
6969
ext.reactorVersion = "2.0.8.RELEASE"
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
7373
ext.snifferVersion = "1.15"
7474
ext.testngVersion = "6.9.10"
7575
ext.tiles2Version = "2.2.2"
76-
ext.tiles3Version = "3.0.5"
76+
ext.tiles3Version = "3.0.7"
7777
ext.tomcatVersion = "8.5.6"
7878
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
7979
ext.undertowVersion = "1.3.25.Final"

0 commit comments

Comments
 (0)