Skip to content

Commit c0e14aa

Browse files
authored
SONARPY-2198: Update mockito monorepo to v5 (major) (#2063)
1 parent c655375 commit c0e14aa

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
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
@@ -235,12 +235,6 @@
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>

sonar-python-plugin/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
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>

0 commit comments

Comments
 (0)