Skip to content

Commit ef159db

Browse files
committed
Address review comment: rename property from mockito-all.version to mockito.version
1 parent e1db709 commit ef159db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
<!-- Test Dependency versions -->
9797
<testng.version>6.10</testng.version>
98-
<mockito-all.version>4.11.0</mockito-all.version>
98+
<mockito.version>4.11.0</mockito.version>
9999
<junit.version>4.13.2</junit.version>
100100

101101
<!-- Plugin versions -->
@@ -1207,7 +1207,7 @@
12071207
<dependency>
12081208
<groupId>org.mockito</groupId>
12091209
<artifactId>mockito-bom</artifactId>
1210-
<version>${mockito-all.version}</version>
1210+
<version>${mockito.version}</version>
12111211
<type>pom</type>
12121212
<scope>import</scope>
12131213
</dependency>

0 commit comments

Comments
 (0)