This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 641bbb33b0b Bump elasticsearch-java-client-version from 8.13.3 to
8.13.4 (#14135)
641bbb33b0b is described below
commit 641bbb33b0bc45c1bb7dfadae8d35bc3b5540e52
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 14 14:06:23 2024 +0200
Bump elasticsearch-java-client-version from 8.13.3 to 8.13.4 (#14135)
Bumps `elasticsearch-java-client-version` from 8.13.3 to 8.13.4.
Updates `co.elastic.clients:elasticsearch-java` from 8.13.3 to 8.13.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/v8.13.3...v8.13.4)
Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.13.3 to
8.13.4
- [Release notes](https://github.com/elastic/elasticsearch/releases)
-
[Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/elastic/elasticsearch/compare/v8.13.3...v8.13.4)
---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index f8c3b78ae06..b324f70fb11 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
<eddsa-version>0.3.0</eddsa-version>
<egit-github-core-version>2.1.5</egit-github-core-version>
<ehcache3-version>3.10.8</ehcache3-version>
-
<elasticsearch-java-client-version>8.13.3</elasticsearch-java-client-version>
+
<elasticsearch-java-client-version>8.13.4</elasticsearch-java-client-version>
<elasticsearch-java-client-sniffer-version>8.13.4</elasticsearch-java-client-sniffer-version>
<elytron-web>4.1.0.Final</elytron-web>
<exec-maven-plugin-version>3.2.0</exec-maven-plugin-version>