Skip to content

Commit

Permalink
Update Mockito to 5.2.0
Browse files Browse the repository at this point in the history
And its dependency bytebuddy to 1.14.2
  • Loading branch information
akurtakov committed Mar 20, 2023
1 parent 8dbcd32 commit f19568b
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.14.0</version>
<version>1.14.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.0</version>
<version>1.14.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -352,7 +352,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.1.1</version>
<version>5.2.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit f19568b

Please sign in to comment.