projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14d09d
)
Update Mockito dependency
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 13 Oct 2017 06:15:05 +0000
(08:15 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 13 Oct 2017 06:15:05 +0000
(08:15 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
ecdbfdd
..
453a262
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-54,7
+54,7
@@
dependencies {
testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test'
testCompile group: 'junit', name: 'junit', version: '4.11'
- testCompile group: 'org.mockito', name: 'mockito-core', version: '2.1.0'
+ testCompile group: 'org.mockito', name: 'mockito-core', version: '2.1
0
.0'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
}