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 753347e commit 62caa3cCopy full SHA for 62caa3c
build.gradle
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
59
ext.jtaVersion = "1.2"
60
ext.junitVersion = "4.12"
61
ext.nettyVersion = "4.0.33.Final"
62
- ext.okhttpVersion = "2.6.0"
+ ext.okhttpVersion = "2.7.0"
63
ext.openjpaVersion = "2.4.0"
64
ext.poiVersion = "3.13"
65
ext.protobufVersion = "2.6.1"
@@ -69,7 +69,7 @@ configure(allprojects) { project ->
69
ext.slf4jVersion = "1.7.13"
70
ext.snakeyamlVersion = "1.16"
71
ext.snifferVersion = "1.14"
72
- ext.testngVersion = "6.9.9"
+ ext.testngVersion = "6.9.10"
73
ext.tiles2Version = "2.2.2"
74
ext.tiles3Version = "3.0.5"
75
ext.tomcatVersion = "8.0.30"
0 commit comments