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

[syncope] branch 2_1_X updated (e45a6a4 -> 77f2a13)

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

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


    from e45a6a4  [SYNCOPE-1547] customize the roles to be displayed
     new f976540  Upgrading maven-dependency-plugin
     new 77f2a13  Upgrading cargo-maven2-plugin and Mockito

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[syncope] 01/02: Upgrading maven-dependency-plugin

Posted by il...@apache.org.
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

commit f9765404c9683ca0b11776476c8b8fe6a3361e7d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Mar 13 06:58:24 2020 +0100

    Upgrading maven-dependency-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bc9a7d5..e1bcd3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1928,7 +1928,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.1.2</version>
           <configuration>
             <outputDirectory>${bundles.directory}</outputDirectory>
             <useBaseVersion>true</useBaseVersion>


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

Posted by il...@apache.org.
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

commit 77f2a1387829f2d6a6b54d04ec222de16e8adfb3
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 e1bcd3b..4f8f257 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>
@@ -2038,7 +2038,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>
             <container>
               <containerId>tomcat9x</containerId>