Skip to content

Commit

Permalink
Update external dependencies mockito and byte-buddy
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 1, 2023
1 parent 1ed5f43 commit 8ed6a3d
Showing 1 changed file with 3 additions and 3 deletions.
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.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

0 comments on commit 8ed6a3d

Please sign in to comment.