You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/11/25 09:28:22 UTC

[logging-log4j2] branch master updated: Bump elasticsearch-rest-high-level-client from 7.6.2 to 7.15.2 (#604)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b58afc  Bump elasticsearch-rest-high-level-client from 7.6.2 to 7.15.2 (#604)
2b58afc is described below

commit 2b58afc47f2677400f2fb21fdc4dfce0f6f65e16
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 25 10:28:17 2021 +0100

    Bump elasticsearch-rest-high-level-client from 7.6.2 to 7.15.2 (#604)
    
    Bumps [elasticsearch-rest-high-level-client](https://github.com/elastic/elasticsearch) from 7.6.2 to 7.15.2.
    - [Release notes](https://github.com/elastic/elasticsearch/releases)
    - [Commits](https://github.com/elastic/elasticsearch/compare/v7.6.2...v7.15.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-high-level-client
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c3afd80..56b6ee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
     <flumeVersion>1.9.0</flumeVersion>
     <disruptorVersion>3.4.4</disruptorVersion>
     <conversantDisruptorVersion>1.2.19</conversantDisruptorVersion>
-    <elastic.version>7.6.2</elastic.version>
+    <elastic.version>7.15.2</elastic.version>
     <mongodb3.version>3.12.4</mongodb3.version>
     <mongodb4.version>4.0.3</mongodb4.version>
     <groovy.version>2.5.6</groovy.version>