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 515021d commit 6876da9
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 @@ -471,7 +471,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>${commons.mockito.version}</version>
</dependency>
<!-- Test FTP with Apache FTP Server (MINA) -->
<dependency>
Expand Down

0 comments on commit 6876da9

Please sign in to comment.