Skip to content

Commit

Permalink
Update to bytebuddy 1.4.11, to avoid Mockito error with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jan 7, 2024
1 parent 7205ae3 commit 62fc75a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dependency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,18 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.11</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.googlecode.java-diff-utils</groupId>
Expand Down

0 comments on commit 62fc75a

Please sign in to comment.