Skip to content

Commit f7c641d

Browse files
committed
Use a newer version of Mockito, as necessary for Java 9.
Apparently 2.8.40 is out, but currently we're internally upgrading to 2.7.19, so that seems like the safest thing to target. (But I'm sure we'll get to 2.8.40 or later eventually, so maybe I'm wasting time bothering with 2.7.19....) (part of #2571) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=158745717
1 parent d87949a commit f7c641d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>org.mockito</groupId>
240240
<artifactId>mockito-core</artifactId>
241-
<version>2.1.0</version>
241+
<version>2.7.19</version>
242242
<scope>test</scope>
243243
</dependency>
244244
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>org.mockito</groupId>
236236
<artifactId>mockito-core</artifactId>
237-
<version>2.1.0</version>
237+
<version>2.7.19</version>
238238
<scope>test</scope>
239239
</dependency>
240240
<dependency>

0 commit comments

Comments
 (0)