Skip to content

Commit 03776bd

Browse files
committed
Use mockito version from commons-parent
replaces #514 this seems small enough not to need an entry in `changes.xml`, right?
1 parent 3c3057d commit 03776bd

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)