Skip to content

Commit

Permalink
Address review comment: rename property from mockito-all.version to m…
Browse files Browse the repository at this point in the history
…ockito.version
  • Loading branch information
NihalJain committed Oct 15, 2024
1 parent e1db709 commit ef159db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

<!-- Test Dependency versions -->
<testng.version>6.10</testng.version>
<mockito-all.version>4.11.0</mockito-all.version>
<mockito.version>4.11.0</mockito.version>
<junit.version>4.13.2</junit.version>

<!-- Plugin versions -->
Expand Down Expand Up @@ -1207,7 +1207,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>${mockito-all.version}</version>
<version>${mockito.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit ef159db

Please sign in to comment.