Skip to content

Commit

Permalink
Merge pull request #519 from raboof/use-mockito-version-from-commons-…
Browse files Browse the repository at this point in the history
…parent

Use mockito version from commons-parent
  • Loading branch information
garydgregory authored Jan 19, 2025
2 parents 3c3057d + 03776bd commit 8bf4049
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 @@ -37,7 +37,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8bf4049

Please sign in to comment.