Skip to content

Commit 4c24d1a

Browse files
Update mockito version
1 parent 5ae11a5 commit 4c24d1a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<junit.version>4.12</junit.version>
8686
<logback.version>1.1.7</logback.version>
8787
<maven.project.version>2.2.1</maven.project.version>
88-
<mockito.version>1.10.19</mockito.version>
88+
<mockito.version>2.21.0</mockito.version>
8989
<sonar.version>6.7</sonar.version>
9090
<sonar.orchestrator.version>3.21.0.1721</sonar.orchestrator.version>
9191
<sonarlint-core.version>3.0.0.1140</sonarlint-core.version>
@@ -175,7 +175,7 @@
175175
</dependency>
176176
<dependency>
177177
<groupId>org.mockito</groupId>
178-
<artifactId>mockito-all</artifactId>
178+
<artifactId>mockito-core</artifactId>
179179
<version>${mockito.version}</version>
180180
<scope>test</scope>
181181
</dependency>

python-squid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</dependency>
3636
<dependency>
3737
<groupId>org.mockito</groupId>
38-
<artifactId>mockito-all</artifactId>
38+
<artifactId>mockito-core</artifactId>
3939
</dependency>
4040
</dependencies>
4141

sonar-python-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</dependency>
6969
<dependency>
7070
<groupId>org.mockito</groupId>
71-
<artifactId>mockito-all</artifactId>
71+
<artifactId>mockito-core</artifactId>
7272
</dependency>
7373
</dependencies>
7474

sslr-python-toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</dependency>
3232
<dependency>
3333
<groupId>org.mockito</groupId>
34-
<artifactId>mockito-all</artifactId>
34+
<artifactId>mockito-core</artifactId>
3535
</dependency>
3636
<dependency>
3737
<groupId>junit</groupId>

0 commit comments

Comments
 (0)