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:54 UTC

[syncope] branch master updated: Upgrading Mockito, checkstyle and cargo-maven2-plugin

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


The following commit(s) were added to refs/heads/master by this push:
     new 7a9d868  Upgrading Mockito, checkstyle and cargo-maven2-plugin
7a9d868 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 6764eb6..2400a92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1795,7 +1795,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>
@@ -2035,7 +2035,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>
             <configuration>
               <type>standalone</type>
@@ -2087,7 +2087,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.26</version>
+              <version>8.27</version>
             </dependency>
           </dependencies>
           <configuration>