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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new fad0076d0f Upgrading Elasticsearch and Tomcat
fad0076d0f is described below

commit fad0076d0f0547d8a8b8766fe954892a4c0fc7c8
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Wed Oct 11 08:13:23 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 00e88a757b..85d4202b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
-    <elasticsearch.version>7.17.13</elasticsearch.version>
+    <elasticsearch.version>7.17.14</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
@@ -534,7 +534,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.80</tomcat.version>
+    <tomcat.version>9.0.81</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    

Reply via email to