Skip to content

Commit

Permalink
chore(deps): update mockito monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2023
1 parent e75a6f6 commit 4a4abca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -135,14 +135,14 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.11.0</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.11.0</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4a4abca

Please sign in to comment.