This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 51b60b315b Upgrading Elasticsearch, OpenSearch and Woodstox
51b60b315b is described below
commit 51b60b315b911c3907f42cc383edddefaa0f1bc3
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 30 09:35:26 2025 +0200
Upgrading Elasticsearch, OpenSearch and Woodstox
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4b02b18f9d..6639cec4c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,9 +430,9 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
- <elasticsearch.version>8.17.4</elasticsearch.version>
+ <elasticsearch.version>8.17.6</elasticsearch.version>
<opensearch.version>2.19.2</opensearch.version>
- <opensearch-java.version>2.23.0</opensearch-java.version>
+ <opensearch-java.version>2.24.0</opensearch-java.version>
<log4j2.version>2.22.0</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>
@@ -703,7 +703,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>7.1.0</version>
+ <version>7.1.1</version>
</dependency>
<dependency>