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/08/11 12:55:55 UTC

[syncope] branch 2_1_X updated (b402c59 -> ba347a3)

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 b402c59  Upgrading Swagger UI
     new 534adb4  Upgrading Spring Security
     new ba347a3  Upgrading cargo-maven2-plugin

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[syncope] 01/02: Upgrading Spring Security

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 534adb4e58ceafc7e722f8423ed39ab12f770b85
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Aug 6 14:57:22 2020 +0200

    Upgrading Spring Security
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47839f3..2bb6621 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <jackson.version>2.10.5</jackson.version>
 
     <spring.version>5.1.17.RELEASE</spring.version>
-    <spring-security.version>5.1.11.RELEASE</spring-security.version>
+    <spring-security.version>5.1.12.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>


[syncope] 02/02: Upgrading cargo-maven2-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 ba347a3dd541db9119683b2ebb47bb4835f4e29d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Aug 10 08:18:00 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 2bb6621..6ba8ab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2004,7 +2004,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.15</version>
+          <version>1.7.16</version>
           <configuration>
             <container>
               <containerId>tomcat9x</containerId>