File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "actuator – a series of transactions for blockchain."
33// Dependency versions
44// ---------------------------------------
55
6- def junitVersion = " 4.12 "
6+ def junitVersion = " 4.13.2 "
77def mockitoVersion = " 2.1.0"
88def testNgVersion = " 6.11"
99def slf4jVersion = " 1.7.25"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "chainbase – a decentralized database for blockchain."
33// Dependency versions
44// ---------------------------------------
55
6- def junitVersion = " 4.12 "
6+ def junitVersion = " 4.13.2 "
77def mockitoVersion = " 2.1.0"
88def testNgVersion = " 6.11"
99def jacocoVersion = " 0.8.0"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repositories {
3535}
3636
3737dependencies {
38- testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
38+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
3939 compile group : ' org.bouncycastle' , name : ' bcprov-jdk15on' , version : ' 1.69'
4040 compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.13.4.1'
4141 compile " com.cedarsoftware:java-util:1.8.0"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "consensus – a distributed consensus arithmetic for blockchain."
22
33// Dependency versions
44// ---------------------------------------
5- def junitVersion = " 4.12 "
5+ def junitVersion = " 4.13.2 "
66def mockitoVersion = " 2.1.0"
77def testNgVersion = " 6.11"
88def slf4jVersion = " 1.7.25"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111}
1212
1313dependencies {
14- testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
14+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
1515 compile group : ' org.bouncycastle' , name : ' bcprov-jdk15on' , version : ' 1.69'
1616 compile project(" :common" )
1717}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040 // local libraries
4141 compile fileTree(dir : ' libs' , include : ' *.jar' )
4242 // end local libraries
43- testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
43+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
4444 testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 2.13.0'
4545 testCompile group : ' org.hamcrest' , name : ' hamcrest-junit' , version : ' 1.0.0.1'
4646
@@ -54,7 +54,7 @@ dependencies {
5454
5555 compile group : ' com.beust' , name : ' jcommander' , version : ' 1.72'
5656
57- compile group : ' junit' , name : ' junit' , version : ' 4.12 '
57+ compile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
5858
5959 compile group : ' net.jcip' , name : ' jcip-annotations' , version : ' 1.0'
6060
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ configurations.getByName('checkstyleConfig') {
2626dependencies {
2727 // local libraries
2828 compile fileTree(dir : ' libs' , include : ' *.jar' )
29- testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
29+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
3030 testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 2.13.0'
3131 testCompile group : ' org.hamcrest' , name : ' hamcrest-junit' , version : ' 1.0.0.1'
3232 testCompile group : ' org.testng' , name : ' testng' , version : ' 6.14.3'
You can’t perform that action at this time.
0 commit comments