We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa38ef8 + 3ba685f commit 4ccf588Copy full SHA for 4ccf588
1 file changed
build.gradle
@@ -27,7 +27,7 @@ buildscript {
27
}
28
29
allprojects {
30
- version = '5.0.1'
+ version = '5.0.2'
31
group = 'com.spectralogic'
32
33
@@ -55,7 +55,7 @@ subprojects {
55
compile 'com.spectralogic.ds3:ds3-sdk:5.0.3'
56
compile 'com.google.inject:guice:4.2.0'
57
58
- testCompile ('org.mockito:mockito-core:1.10.19') {
+ testCompile('org.mockito:mockito-core:1.10.19') {
59
exclude group: 'org.hamcrest'
60
61
0 commit comments