Skip to content

Commit

Permalink
Pick up Mockito version from parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 19, 2025
1 parent 2467c57 commit 4375c92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<commons.osgi.private />
<commons.jira.id>BCEL</commons.jira.id>
<commons.jira.pid>12314220</commons.jira.pid>
<mockito.version>4.11.0</mockito.version>
<jna.version>5.16.0</jna.version>
<japicmp.skip>false</japicmp.skip>
<!-- JaCoCo on Java 8 is different from other versions. On JDK9+ there is a profile -->
Expand Down Expand Up @@ -345,7 +344,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4375c92

Please sign in to comment.