File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments