You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/12/02 07:12:50 UTC

[syncope] branch 2_1_X updated: Upgrading Mockito and cargo-maven2-plugin

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new ae4b3ca  Upgrading Mockito and cargo-maven2-plugin
ae4b3ca is described below

commit ae4b3caf6d91fe2183ae1416b6e79a02127ba922
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 2 08:07:28 2019 +0100

    Upgrading Mockito and cargo-maven2-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cb98e42..caf2d81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1797,7 +1797,7 @@ under the License.
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.1.0</version>
+        <version>3.2.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -2022,7 +2022,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.7</version>
+          <version>1.7.8</version>
           <configuration>
             <container>
               <containerId>tomcat9x</containerId>