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 2021/12/14 07:32:23 UTC

[syncope] branch 2_1_X updated (5d71780 -> 45446fb)

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 5d71780  Downgrading Caffeine to retain JDK8 compatibility
     new d058678  Upgrading Swagger UI
     new 45446fb  Upgrading Log4J

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] 02/02: Upgrading Log4J

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 45446fbda14d2fb082d29fe14799e3a27b07c1a2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Dec 14 08:32:02 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 689cafd..4880c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,7 @@ under the License.
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
-    <log4j.version>2.15.0</log4j.version>
+    <log4j.version>2.16.0</log4j.version>
     <disruptor.version>3.4.4</disruptor.version>
 
     <commons-io.version>2.11.0</commons-io.version>

[syncope] 01/02: 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 d058678a5faf354f3475118071a5672c265f5556
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Dec 11 16:45:10 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 771d45b..689cafd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.10</swagger-core.version>    
-    <swagger-ui.version>4.1.2</swagger-ui.version>
+    <swagger-ui.version>4.1.3</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>