Skip to content

Commit

Permalink
mockito 5.4. with Bazel 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Adams <sara.e.adams@gmail.com>
  • Loading branch information
saraadams committed Dec 2, 2023
1 parent bd03c55 commit acfe8a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.1
7.0.0rc5
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ maven.install(
"com.google.truth.extensions:truth-java8-extension:1.1.5",
"commons-cli:commons-cli:1.5.0",
"junit:junit:4.13.2",
# "net.bytebuddy:byte-buddy-agent:1.12.23",
# "net.bytebuddy:byte-buddy:1.12.23",
"net.bytebuddy:byte-buddy-agent:1.14.5",
"net.bytebuddy:byte-buddy:1.14.5",
"org.hamcrest:hamcrest-core:2.2",
"org.mockito:mockito-core:5.1.0",
"org.mockito:mockito-core:5.4.0",
"org.objenesis:objenesis:3.3",
],
repositories = [
Expand Down
4 changes: 2 additions & 2 deletions third_party/mockito/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ java_library(
testonly = 1,
visibility = ["//visibility:public"],
exports = [
# "@maven//:net_bytebuddy_byte_buddy",
# "@maven//:net_bytebuddy_byte_buddy_agent",
"@maven//:net_bytebuddy_byte_buddy",
"@maven//:net_bytebuddy_byte_buddy_agent",
"@maven//:org_mockito_mockito_core",
"@maven//:org_objenesis_objenesis",
],
Expand Down

0 comments on commit acfe8a2

Please sign in to comment.