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

[syncope] branch master updated (8b00eb5 -> 5db9013)

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

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


    from 8b00eb5  Addressing some CodeQL alerts (#219)
     new 6ec11b7  Upgrading Swagger UI and Font Awesome
     new 5db9013  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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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

commit 5db9013612ccc4f06e4ab493883359d3f7955f7f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 8 08:58:09 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 34dfd19..aa554b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
     <jackson.version>2.11.3</jackson.version>
 
     <spring.version>5.2.9.RELEASE</spring.version>
-    <spring-security.version>5.4.0</spring-security.version>
+    <spring-security.version>5.4.1</spring-security.version>
     <spring-boot.version>2.3.4.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>
 


[syncope] 01/02: Upgrading Swagger UI and Font Awesome

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

commit 6ec11b76c213b373d2c3579253bad134edb08f76
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 6 09:25:00 2020 +0200

    Upgrading Swagger UI and Font Awesome
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58b8694..34dfd19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,13 +458,13 @@ under the License.
     <mockito.version>3.5.13</mockito.version>
 
     <swagger-core.version>2.1.5</swagger-core.version>
-    <swagger-ui.version>3.34.0</swagger-ui.version>
+    <swagger-ui.version>3.35.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
 
     <bootbox.version>5.4.0</bootbox.version>
-    <font-awesome.version>5.14.0</font-awesome.version>
+    <font-awesome.version>5.15.0</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
     <codemirror.version>5.50.0</codemirror.version>
     <googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>