Skip to content

Commit 53dac96

Browse files
authored
Bump Mockito from 1.8.5 to 3.11.0 (#242)
1 parent a1fc9e5 commit 53dac96

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</dependency>
119119
<dependency>
120120
<groupId>org.mockito</groupId>
121-
<artifactId>mockito-all</artifactId>
121+
<artifactId>mockito-core</artifactId>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.kohsuke.metainf-services</groupId>

groovy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</dependency>
4848
<dependency>
4949
<groupId>org.mockito</groupId>
50-
<artifactId>mockito-all</artifactId>
50+
<artifactId>mockito-core</artifactId>
5151
</dependency>
5252
</dependencies>
5353
</project>

jruby/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</dependency>
8282
<dependency>
8383
<groupId>org.mockito</groupId>
84-
<artifactId>mockito-all</artifactId>
84+
<artifactId>mockito-core</artifactId>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.jenkins-ci</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
</dependency>
130130
<dependency>
131131
<groupId>org.mockito</groupId>
132-
<artifactId>mockito-all</artifactId>
133-
<version>1.8.5</version>
132+
<artifactId>mockito-core</artifactId>
133+
<version>3.11.0</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<dependency>

0 commit comments

Comments
 (0)