Skip to content

Commit

Permalink
Update //third_party:mockito to use Mockito 2
Browse files Browse the repository at this point in the history
Change-Id: I3d307c26b1873c8b793ca56bc37aece1ffbd5b3e
  • Loading branch information
TimvdLippe authored and dslomov committed Mar 19, 2019
1 parent d89f6b0 commit 044a5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,9 @@ java_import(

java_import(
name = "mockito",
jars = ["mockito/mockito-all-1.10.19.jar"],
jars = ["mockito/mockito-core-2.25.1.jar"],
deps = [
":byte_buddy",
":objenesis",
],
)
Expand Down
Binary file removed third_party/mockito/mockito-all-1.10.19.jar
Binary file not shown.

0 comments on commit 044a5f9

Please sign in to comment.