[java-parent-project] branch master updated: JPAR-133 - Update Mockito for Java 11
Ian Young
ian at iay.org.uk
Fri Mar 8 09:20:15 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=146e9c142a8e2f5ff44d8912517c24a10e84ed4f
The following commit(s) were added to refs/heads/master by this push:
new 146e9c1 JPAR-133 - Update Mockito for Java 11
146e9c1 is described below
commit 146e9c142a8e2f5ff44d8912517c24a10e84ed4f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 8 14:14:20 2019 +0000
JPAR-133 - Update Mockito for Java 11
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 338f9a1..58fb0d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,8 +467,8 @@
<!-- Test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.10.8</version>
+ <artifactId>mockito-core</artifactId>
+ <version>2.25.0</version>
<scope>test</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list