Skip to content

Commit c6ac750

Browse files
committed
Pick up Mockito version from parent POM
1 parent 6e452f4 commit c6ac750

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
@@ -77,7 +77,7 @@ file comparators, endian transformation classes, and much more.
7777
<dependency>
7878
<groupId>org.mockito</groupId>
7979
<artifactId>mockito-inline</artifactId>
80-
<version>4.11.0</version>
80+
<version>${commons.mockito.version}</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

0 commit comments

Comments
 (0)