Skip to content

Commit

Permalink
chore: upgraded mockito version
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Sep 18, 2023
1 parent ae48e0a commit 7f95f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<packaging>jar</packaging>

<properties>
<mockito.version>5.2.0</mockito.version>
<mockito.version>5.5.0</mockito.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 7f95f18

Please sign in to comment.