Skip to content

Commit

Permalink
#753 issue fix to upgrade code to be compatible with later versions o…
Browse files Browse the repository at this point in the history
…f Mockito

- Updated the Mockito version to a more later version
- Fixed issues with imports
-Updated version to 1.7.0RC4
  • Loading branch information
emmaLP authored and thekingn0thing committed Mar 1, 2017
1 parent c4b2c3a commit 099377a
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 124 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -7,4 +7,7 @@ target
.settings
.springBeans
repo
.idea
.idea
**/build/**
.gradle
**/classes/**
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -31,7 +31,7 @@ ext{
testngVersion = "6.9.10"
xstreamVersion = "1.4.9"
mockito1Version = "1.10.19"
mockito2Version = "2.4.0"
mockito2Version = "2.7.5"
servletVersion = "2.5"
systemRulesVersion = "1.16.0"
jacocoVersion = "0.7.7.201606060606"
Expand Down

0 comments on commit 099377a

Please sign in to comment.