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 2020/03/15 06:11:19 UTC

[syncope] 02/02: Upgrading cargo-maven2-plugin and Mockito

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

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

commit d71584bee69724b843a7d49a94dd8ef158e6d40e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Mar 15 07:09:39 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index f15b152..1dc0bef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,7 +452,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.6.0</junit.version>
-    <mockito.version>3.3.0</mockito.version>
+    <mockito.version>3.3.3</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -2032,7 +2032,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.10</version>
+          <version>1.7.11</version>
           <configuration>
             <configuration>
               <type>standalone</type>