Skip to content

Commit 62caa3c

Browse files
committed
Upgrade to OkHttp 2.7 and TestNG 6.9.10
1 parent 753347e commit 62caa3c

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
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
5959
ext.jtaVersion = "1.2"
6060
ext.junitVersion = "4.12"
6161
ext.nettyVersion = "4.0.33.Final"
62-
ext.okhttpVersion = "2.6.0"
62+
ext.okhttpVersion = "2.7.0"
6363
ext.openjpaVersion = "2.4.0"
6464
ext.poiVersion = "3.13"
6565
ext.protobufVersion = "2.6.1"
@@ -69,7 +69,7 @@ configure(allprojects) { project ->
6969
ext.slf4jVersion = "1.7.13"
7070
ext.snakeyamlVersion = "1.16"
7171
ext.snifferVersion = "1.14"
72-
ext.testngVersion = "6.9.9"
72+
ext.testngVersion = "6.9.10"
7373
ext.tiles2Version = "2.2.2"
7474
ext.tiles3Version = "3.0.5"
7575
ext.tomcatVersion = "8.0.30"

0 commit comments

Comments
 (0)