[java-parent-project] 01/02: IDP-1465 - update mockito-core dependency to latest 3.2.0

Ian Young ian at iay.org.uk
Tue Dec 3 14:56:58 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=54ddc1dc75e07b1a87652070f213ce3a95c44dc1

commit 54ddc1dc75e07b1a87652070f213ce3a95c44dc1
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 3 19:23:33 2019 +0000

    IDP-1465 - update mockito-core dependency to latest 3.2.0
    
    https://issues.shibboleth.net/jira/browse/IDP-1465
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e2827d4..5ced064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,7 +467,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>2.28.2</version>
+                <version>3.2.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