Skip to content

Commit ab62d21

Browse files
committed
use mockito.version property
1 parent 571610e commit ab62d21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

parent_toplevel/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
<site.deploy.id>ssh-wcm.io</site.deploy.id>
8484
<site.deploy.url>scm:git:https://github.com/wcm-io-devops/wcm-io-devops.github.io.git</site.deploy.url>
8585

86+
<!-- Versions -->
87+
<mockito.version>4.11.0</mockito.version>
88+
8689
<!-- SonarCloud -->
8790
<sonar.organization>wcm-io-devops</sonar.organization>
8891
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -151,12 +154,12 @@
151154
<dependency>
152155
<groupId>org.mockito</groupId>
153156
<artifactId>mockito-core</artifactId>
154-
<version>4.11.0</version>
157+
<version>${mockito.version}</version>
155158
</dependency>
156159
<dependency>
157160
<groupId>org.mockito</groupId>
158161
<artifactId>mockito-junit-jupiter</artifactId>
159-
<version>4.11.0</version>
162+
<version>${mockito.version}</version>
160163
</dependency>
161164
<!-- Import all JUnit 5 dependencies -->
162165
<dependency>

0 commit comments

Comments
 (0)