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

[syncope] branch 2_1_X updated (052ec93 -> 1fec757)

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 052ec93  Upgrading Groovy
     new 904b643  Upgrading Swagger UI
     new 9f5db21  Upgrading Commons HttpClient
     new 9a047f0  Upgrading Spring Security
     new 1fec757  Upgrading Wicket

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


[syncope] 03/04: 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 9a047f0d2e528eda67d72ca3ac25440b3eac7fda
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 8 08:59:23 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index e88ec87..3e50e6c 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.18.RELEASE</spring.version>
-    <spring-security.version>5.1.12.RELEASE</spring-security.version>
+    <spring-security.version>5.1.13.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>


[syncope] 04/04: Upgrading Wicket

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 1fec757831ea9605b02d247ac2e33cf0067ca5f6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 8 09:00:07 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 3e50e6c..aa3685c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,7 +479,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
     
-    <wicket.version>8.9.0</wicket.version>
+    <wicket.version>8.10.0</wicket.version>
     <wicket-jqueryui.version>8.9.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.13</wicket-bootstrap.version>
 


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

commit 9f5db213dabd8e7791654659899431f25ba8d354
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 7 09:57:28 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 1bf8848..e88ec87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,7 +499,7 @@ under the License.
     <fileSaver.version>0.0.2</fileSaver.version>
     
     <izpack.version>5.1.3</izpack.version>
-    <httpclient.version>4.5.12</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] 01/04: Upgrading Swagger UI

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 904b643f20a117e07b7a1f3a3edd53157c518750
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 6 09:25:20 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 2693c44..1bf8848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.10</swagger-core.version>    
-    <swagger-ui.version>3.34.0</swagger-ui.version>
+    <swagger-ui.version>3.35.0</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>