Skip to content

Commit

Permalink
[java] Updating mockito and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 1, 2019
1 parent 7dd46f2 commit 318c819
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/assertj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/libraries/byte_buddy.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/libraries/mockito_core.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions third_party/java/assertj/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package(default_visibility = ["//visibility:public"])

maven_java_import(
name = "assertj",
coords = "org.assertj:assertj-core:jar:3.12.2",
jar = "assertj-core-3.12.2.jar",
srcjar = "assertj-core-3.12.2-sources.jar",
coords = "org.assertj:assertj-core:jar:3.13.2",
jar = "assertj-core-3.13.2.jar",
srcjar = "assertj-core-3.13.2-sources.jar",
)
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions third_party/java/bytebuddy/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ package(default_visibility = ["//visibility:public"])

maven_java_import(
name = "byte-buddy",
coords = "net.bytebuddy:byte-buddy:jar:1.9.12",
jar = "byte-buddy-1.9.12.jar",
srcjar = "byte-buddy-1.9.12-sources.jar",
coords = "net.bytebuddy:byte-buddy:jar:1.10.1",
jar = "byte-buddy-1.10.1.jar",
srcjar = "byte-buddy-1.10.1-sources.jar",
)

maven_java_import(
name = "byte-buddy-agent",
coords = "net.bytebuddy:byte-buddy-agent:jar:1.9.12",
jar = "byte-buddy-agent-1.9.12.jar",
srcjar = "byte-buddy-agent-1.9.12-sources.jar",
coords = "net.bytebuddy:byte-buddy-agent:jar:1.10.1",
jar = "byte-buddy-agent-1.10.1.jar",
srcjar = "byte-buddy-agent-1.10.1-sources.jar",
)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/java/mockito/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ package(default_visibility = ["//visibility:public"])

maven_java_import(
name = "mockito-core",
coords = "org.mockito:mockito-core:jar:2.26.0",
jar = "mockito-core-2.26.0.jar",
srcjar = "mockito-core-2.26.0-sources.jar",
coords = "org.mockito:mockito-core:jar:3.1.0",
jar = "mockito-core-3.1.0.jar",
srcjar = "mockito-core-3.1.0-sources.jar",
deps = [
"//third_party/java/bytebuddy:byte-buddy",
"//third_party/java/bytebuddy:byte-buddy-agent",
Expand Down
Binary file removed third_party/java/mockito/mockito-core-2.26.0.jar
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/mockito/mockito-core-3.1.0.jar
Binary file not shown.

0 comments on commit 318c819

Please sign in to comment.