File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 <logback .version>1.5.9</logback .version>
9191 <slf4j .version>2.0.16</slf4j .version>
9292 <maven .project.version>2.2.1</maven .project.version>
93- <mockito .version>4.11.0 </mockito .version>
93+ <mockito .version>5.14.1 </mockito .version>
9494 <!--
9595 sonar-plugin-api should be compatible with SQ peach. You can see which version SQ is using
9696 at SonarSource/sonarqube/gradle.properties
235235 <version >${mockito.version} </version >
236236 <scope >test</scope >
237237 </dependency >
238- <dependency >
239- <groupId >org.mockito</groupId >
240- <artifactId >mockito-inline</artifactId >
241- <version >${mockito.version} </version >
242- <scope >test</scope >
243- </dependency >
244238 <dependency >
245239 <groupId >org.assertj</groupId >
246240 <artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 8585 <groupId >org.mockito</groupId >
8686 <artifactId >mockito-core</artifactId >
8787 </dependency >
88- <dependency >
89- <groupId >org.mockito</groupId >
90- <artifactId >mockito-inline</artifactId >
91- </dependency >
9288 <dependency >
9389 <groupId >org.sonarsource.sonarlint.core</groupId >
9490 <artifactId >sonarlint-core</artifactId >
You can’t perform that action at this time.
0 commit comments