Upgrade to OkHttp 2.7 and TestNG 6.9.10

This commit is contained in:
Juergen Hoeller 2015-12-16 21:02:37 +01:00
parent 753347ea98
commit 62caa3c3b8
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ configure(allprojects) { project ->
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.33.Final"
ext.okhttpVersion = "2.6.0"
ext.okhttpVersion = "2.7.0"
ext.openjpaVersion = "2.4.0"
ext.poiVersion = "3.13"
ext.protobufVersion = "2.6.1"
@ -69,7 +69,7 @@ configure(allprojects) { project ->
ext.slf4jVersion = "1.7.13"
ext.snakeyamlVersion = "1.16"
ext.snifferVersion = "1.14"
ext.testngVersion = "6.9.9"
ext.testngVersion = "6.9.10"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.30"