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 37fd421f05 Upgrading OpenSearch
37fd421f05 is described below
commit 37fd421f05ff4cf20051e9c5d928e0522a7a064f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jun 28 07:51:58 2024 +0200
Upgrading OpenSearch
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 914e17111a..981a1c1ca9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ under the License.
<elasticsearch.version>8.14.1</elasticsearch.version>
<opensearch.version>2.15.0</opensearch.version>
- <opensearch-java.version>2.11.0</opensearch-java.version>
+ <opensearch-java.version>2.11.1</opensearch-java.version>
<log4j2.version>2.22.0</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>