You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/15 22:35:19 UTC

[logging-log4j2] 13/18: Bump elasticsearch-rest-high-level-client from 7.17.6 to 7.17.8

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 8271dc7ce6d83b233234e24476e11a9863839709
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 1 10:04:03 2023 +0000

    Bump elasticsearch-rest-high-level-client from 7.17.6 to 7.17.8
    
    Bumps [elasticsearch-rest-high-level-client](https://github.com/elastic/elasticsearch) from 7.17.6 to 7.17.8.
    - [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/v7.17.6...v7.17.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-high-level-client
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d9610eefce..03c7153939 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
     <commons-pool2.version>2.11.1</commons-pool2.version>
     <conversant.disruptor.version>1.2.19</conversant.disruptor.version> <!-- Version 1.2.16 requires Java 9 -->
     <disruptor.version>3.4.4</disruptor.version>
-    <elasticsearch.version>7.17.6</elasticsearch.version>
+    <elasticsearch.version>7.17.8</elasticsearch.version>
     <embedded-ldap.version>0.9.0</embedded-ldap.version>
     <embedded-mongo.version>3.5.1</embedded-mongo.version>
     <errorprone.version>2.7.1</errorprone.version>