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
The following commit(s) were added to refs/heads/4_1_X by this push:
new d18369418c Bump co.elastic.clients:elasticsearch-java from 9.3.3 to
9.3.4
d18369418c is described below
commit d18369418c0b8316ac8d1aadf44560e6879ec248
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 22:37:16 2026 +0000
Bump co.elastic.clients:elasticsearch-java from 9.3.3 to 9.3.4
Bumps
[co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java)
from 9.3.3 to 9.3.4.
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
-
[Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/elastic/elasticsearch-java/compare/v9.3.3...v9.3.4)
---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
dependency-version: 9.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9a9d99d926..1f280a04f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ under the License.
<disruptor.version>4.0.0</disruptor.version>
- <elasticsearch.version>9.3.2</elasticsearch.version>
+ <elasticsearch.version>9.3.3</elasticsearch.version>
<opensearch.version>3.6.0</opensearch.version>
<opensearch-java.version>3.8.0</opensearch-java.version>
@@ -651,7 +651,7 @@ under the License.
<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
- <version>9.3.3</version>
+ <version>9.3.4</version>
</dependency>
<dependency>