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/07/21 14:02:26 UTC

[syncope] 02/02: Upgrading SLF4J and Elasticsearch

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 54b79354962901c9cab0057d0ec62f8371ceb124
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 21 15:28:00 2021 +0200

    Upgrading SLF4J and Elasticsearch
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ee1a18..dfc0dca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,10 +428,10 @@ under the License.
 
     <camel.version>2.25.4</camel.version>
 
-    <slf4j.version>1.7.31</slf4j.version>
+    <slf4j.version>1.7.32</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
-    <elasticsearch.version>7.13.3</elasticsearch.version>
+    <elasticsearch.version>7.14.0</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>