Skip to content

Commit

Permalink
Use mockito-bom (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 8, 2022
1 parent 22cdf24 commit 74692f5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,10 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<artifactId>mockito-bom</artifactId>
<version>${mockito.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
Expand Down

0 comments on commit 74692f5

Please sign in to comment.