This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit fa8449fb54301085a73d3f9b0235d47c3580b608 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 31 09:04:59 2026 +0200 Upgrading Elasticsearch --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8034a4c0c2..878e5f5283 100644 --- a/pom.xml +++ b/pom.xml @@ -651,7 +651,7 @@ under the License. <dependency> <groupId>co.elastic.clients</groupId> <artifactId>elasticsearch-java</artifactId> - <version>${elasticsearch.version}</version> + <version>9.3.3</version> </dependency> <dependency>
