File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 90
90
<logback .version>1.5.9</logback .version>
91
91
<slf4j .version>2.0.16</slf4j .version>
92
92
<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>
94
94
<!--
95
95
sonar-plugin-api should be compatible with SQ peach. You can see which version SQ is using
96
96
at SonarSource/sonarqube/gradle.properties
235
235
<version >${mockito.version} </version >
236
236
<scope >test</scope >
237
237
</dependency >
238
- <dependency >
239
- <groupId >org.mockito</groupId >
240
- <artifactId >mockito-inline</artifactId >
241
- <version >${mockito.version} </version >
242
- <scope >test</scope >
243
- </dependency >
244
238
<dependency >
245
239
<groupId >org.assertj</groupId >
246
240
<artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 85
85
<groupId >org.mockito</groupId >
86
86
<artifactId >mockito-core</artifactId >
87
87
</dependency >
88
- <dependency >
89
- <groupId >org.mockito</groupId >
90
- <artifactId >mockito-inline</artifactId >
91
- </dependency >
92
88
<dependency >
93
89
<groupId >org.sonarsource.sonarlint.core</groupId >
94
90
<artifactId >sonarlint-core</artifactId >
You can’t perform that action at this time.
0 commit comments