This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 3cbd6b09 Bump co.elastic.clients:elasticsearch-java from 8.19.10 to 
8.19.11 (#603)
3cbd6b09 is described below

commit 3cbd6b0906e4b3818d374a922c28464f6c0dc16d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 07:29:37 2026 +0100

    Bump co.elastic.clients:elasticsearch-java from 8.19.10 to 8.19.11 (#603)
    
    Bumps 
[co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java)
 from 8.19.10 to 8.19.11.
    - [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.19.10...v8.19.11)
    
    ---
    updated-dependencies:
    - dependency-name: co.elastic.clients:elasticsearch-java
      dependency-version: 8.19.11
      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>
---
 appender/elasticsearch/pom.xml  | 2 +-
 collector/elasticsearch/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/appender/elasticsearch/pom.xml b/appender/elasticsearch/pom.xml
index c6bdd68a..caf4c72e 100644
--- a/appender/elasticsearch/pom.xml
+++ b/appender/elasticsearch/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>co.elastic.clients</groupId>
             <artifactId>elasticsearch-java</artifactId>
-            <version>8.19.10</version>
+            <version>8.19.11</version>
         </dependency>
     </dependencies>
 
diff --git a/collector/elasticsearch/pom.xml b/collector/elasticsearch/pom.xml
index bab80b2a..527a8f32 100644
--- a/collector/elasticsearch/pom.xml
+++ b/collector/elasticsearch/pom.xml
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>co.elastic.clients</groupId>
             <artifactId>elasticsearch-java</artifactId>
-            <version>8.19.10</version>
+            <version>8.19.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.collector</groupId>

Reply via email to