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 2e9e21bbc3 Upgrading Elasticsearch and Tomcat
2e9e21bbc3 is described below
commit 2e9e21bbc369aa50fd9529b94372c0a5e3b73cfd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jan 23 16:25:12 2024 +0100
Upgrading Elasticsearch and Tomcat
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bd2bcf8b6e..26cf18e889 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.16</elasticsearch.version>
+ <elasticsearch.version>7.17.17</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.84</tomcat.version>
+ <tomcat.version>9.0.85</tomcat.version>
<nodejs.version>v8.11.4</nodejs.version>
<protractor.version>5.4.0</protractor.version>