You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/09/01 19:27:19 UTC

[maven-scm] 05/07: [SCM-902] Upgrade Mockito Core to 1.10.19

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch dep-upgrades
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit c162c665d61970186e49597d6cad9ac9a931b865
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 1 20:34:42 2018 +0200

    [SCM-902] Upgrade Mockito Core to 1.10.19
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad9dbd4..a3667c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>1.9.5</version>
+        <version>1.10.19</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.scm</groupId>