Skip to content

Commit ad89bbb

Browse files
[FAB-13248] Update dependencies for sonatype
Change-Id: Icd756f967e9bc730079c0ab55277f31421455b1c Signed-off-by: gennady <gennady@il.ibm.com>
1 parent cea4db0 commit ad89bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subprojects {
3131

3232
testCompile 'junit:junit:4.12'
3333
testCompile 'org.hamcrest:hamcrest-library:1.3'
34-
testCompile 'org.mockito:mockito-core:2.+'
34+
testCompile 'org.mockito:mockito-core:2.23.0'
3535
testCompile 'com.github.stefanbirkner:system-rules:1.17.0'
3636
}
3737
}

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ publishing {
4545
}
4646

4747
jacoco {
48-
toolVersion = "0.7.+"
48+
toolVersion = "0.7.9"
4949
}
5050

5151
jacocoTestReport {

0 commit comments

Comments
 (0)