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/10/08 07:09:51 UTC

[syncope] branch 2_0_X updated (6d5a87f -> 09561a3)

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

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


    from 6d5a87f  Uprading docker-maven-plugin
     new cd769a6  Upgrading Commons HttpClient
     new 09561a3  Upgrading Spring Security

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 Commons HttpClient

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cd769a68455b58894ce381058fbfc5602551a535
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 7 09:55:14 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 9dfe657..fa60350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -490,7 +490,7 @@ under the License.
     <fileSaver.version>0.0.2</fileSaver.version>
     
     <izpack.version>5.1.3</izpack.version>
-    <httpclient.version>4.5.11</httpclient.version>
+    <httpclient.version>4.5.13</httpclient.version>
     <maven-invoker.version>3.0.1</maven-invoker.version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 


[syncope] 02/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_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 09561a3b463b4bbb8bb08608fbc4b5e4a1d183f7
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 8 08:58:36 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index fa60350..6534082 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.10.4</jackson.version>
 
     <spring.version>4.3.29.RELEASE</spring.version>
-    <spring-security.version>4.2.18.RELEASE</spring-security.version>
+    <spring-security.version>4.2.19.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.3</openjpa.version>
     <hikaricp.version>2.4.13</hikaricp.version>