Skip to content

Commit

Permalink
chore: add dependency byte-buddy to enable mockStatic in Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycee-li committed Feb 15, 2024
1 parent 6fa1347 commit 2a65339
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-cloud-jar-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
Expand Down

0 comments on commit 2a65339

Please sign in to comment.