Skip to content

Commit

Permalink
Use mockito-bom (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 8, 2022
1 parent 8473133 commit 302df62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
<incrementals.url>https://repo.jenkins-ci.org/incrementals/</incrementals.url>
<scmTag>HEAD</scmTag>

<mockito.version>4.8.0</mockito.version>

<!-- Define all plugin versions as properties so individual hierarchies can easily override -->
<apt-maven-plugin.version>1.0-alpha-5</apt-maven-plugin.version>
<axistools-maven-plugin.version>1.4</axistools-maven-plugin.version>
Expand Down Expand Up @@ -163,6 +165,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>${mockito.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
Expand Down

0 comments on commit 302df62

Please sign in to comment.