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 38ca4f6 commit 004d38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 004d38d

Please sign in to comment.