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 39130e54b0bf58df56cf4355a93c9deee925ecc6 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu May 14 10:04:26 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 663cb47..5bde9ef 100644 --- a/pom.xml +++ b/pom.xml @@ -430,12 +430,12 @@ under the License. <slf4j.version>1.7.30</slf4j.version> <opensaml.version>3.3.1</opensaml.version> - <elasticsearch.version>6.8.8</elasticsearch.version> + <elasticsearch.version>6.8.9</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-io.version>2.6</commons-io.version> @@ -1202,7 +1202,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>
