Skip to content

Commit

Permalink
Add code comments for mockito-inline and byte-buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycee-li committed Feb 15, 2024
1 parent 2a65339 commit 1ecfb45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google-cloud-jar-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<!-- for java-vertexai unit tests, can be removed once we update to mockito-core >= 5.0.0 -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<!-- for java-vertexai unit tests, can be removed once we update to mockito-core >= 5.3.0 -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
Expand Down

0 comments on commit 1ecfb45

Please sign in to comment.