Skip to content

Commit 8bf4049

Browse files
authored
Merge pull request #519 from raboof/use-mockito-version-from-commons-parent
Use mockito version from commons-parent
2 parents 3c3057d + 03776bd commit 8bf4049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.mockito</groupId>
3939
<artifactId>mockito-core</artifactId>
40-
<version>4.11.0</version>
40+
<version>${commons.mockito.version}</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>

0 commit comments

Comments
 (0)