This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new eac2712 Upgrade mockito to support Java 10
eac2712 is described below
commit eac2712e9b9d0324449f6ddf8665c1fc19a4abde
Author: rfscholte <[email protected]>
AuthorDate: Mon Jun 11 21:34:08 2018 +0200
Upgrade mockito to support Java 10
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6fb079f..c9c17fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.11.0</version>
+ <version>2.18.3</version>
<scope>test</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
[email protected].