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/05/14 08:09:06 UTC

[syncope] 02/02: Upgrading Elasticsearch, Log4J, FOP

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 8cabc12320144c71173d734ff042eea097de644f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu May 14 09:41:39 2020 +0200

    Upgrading Elasticsearch, Log4J, FOP
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a7ea3f..ddee365 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,12 +433,12 @@ under the License.
     <slf4j.version>2.0.0-alpha1</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
-    <elasticsearch.version>7.6.2</elasticsearch.version>
+    <elasticsearch.version>7.7.0</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
-    <log4j.version>2.13.2</log4j.version>
+    <log4j.version>2.13.3</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
     
     <commons-jexl.version>3.1</commons-jexl.version>
@@ -1374,7 +1374,7 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>fop</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
         <exclusions>
           <exclusion>
             <groupId>xalan</groupId>