Skip to content

Commit

Permalink
upgrade to mockito-core:2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Nov 21, 2017
1 parent 036ae7e commit 2d40bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
provided 'org.testng:testng:6.9.10'

testCompile group: 'org.seleniumhq.selenium', name: 'selenium-server', version: '3.6.0', transitive: false
testCompile 'org.mockito:mockito-core:2.10.0'
testCompile 'org.mockito:mockito-core:2.12.0'
testCompile 'org.seleniumhq.selenium:jetty-repacked:9.4.5.v20170502'
testCompile 'org.eclipse.jetty:jetty-server:9.4.5.v20170502'
testCompile 'org.eclipse.jetty:jetty-servlet:9.4.5.v20170502'
Expand Down

0 comments on commit 2d40bf1

Please sign in to comment.