Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update external dependencies mockito and byte-buddy #151

Merged
merged 8 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# TODO: Remove once using Bazel 7
common --enable_bzlmod
build --incompatible_sandbox_hermetic_tmp

common --enable_platform_specific_config
common --experimental_announce_profile_path

Expand Down
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.6.0",
"junit:junit:4.13.2",
"net.bytebuddy:byte-buddy-agent:1.12.13",
"net.bytebuddy:byte-buddy:1.12.13",
"net.bytebuddy:byte-buddy-agent:1.14.10",
"net.bytebuddy:byte-buddy:1.14.10",
"org.hamcrest:hamcrest-core:2.2",
"org.mockito:mockito-core:4.6.1",
"org.mockito:mockito-core:5.7.0",
"org.objenesis:objenesis:3.3",
],
repositories = [
Expand Down