Skip to content

Commit

Permalink
Update bytebuddy to 1.15.1 and mockito to 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Sep 11, 2024
1 parent 7bdab31 commit ccb4958
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -351,7 +351,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.13.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit ccb4958

Please sign in to comment.