@@ -24,17 +24,17 @@ repositories {
2424}
2525
2626dependencies {
27- compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.6.2 '
28- compile group : ' commons-io' , name : ' commons-io' , version : ' 2.4 '
29- compile group : ' org.apache.ant' , name : ' ant' , version : ' 1.10.5 '
30- compile group : ' com.beust' , name : ' jcommander' , version : ' 1.72 '
27+ compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.5 '
28+ compile group : ' commons-io' , name : ' commons-io' , version : ' 2.6 '
29+ compile group : ' org.apache.ant' , name : ' ant' , version : ' 1.10.7 '
30+ compile group : ' com.beust' , name : ' jcommander' , version : ' 1.78 '
3131
3232 compileOnly group : ' cd.go.plugin' , name : ' go-plugin-api' , version : project. pluginDesc. goCdVersion
3333 testCompile group : ' cd.go.plugin' , name : ' go-plugin-api' , version : project. pluginDesc. goCdVersion
3434
35- testCompile group : ' junit' , name : ' junit' , version : ' 4.11 '
36- testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 1.10.19 '
37- testCompile group : ' org.hamcrest' , name : ' hamcrest-core' , version : ' 1.3 '
35+ testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
36+ testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 3.0.0 '
37+ testCompile group : ' org.hamcrest' , name : ' hamcrest-core' , version : ' 2.1 '
3838}
3939
4040processResources {
0 commit comments