Skip to content

Commit

Permalink
Update net.bytebuddy and org.mockito to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
merks authored and akurtakov committed Dec 15, 2022
1 parent 8fe4b43 commit 7519805
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -334,13 +334,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.12.19</version>
<version>1.12.20</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.19</version>
<version>1.12.20</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -352,7 +352,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 7519805

Please sign in to comment.