From d584e3b01e93f7d0e07d1aea82e03755e8742cca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:15:07 +0000 Subject: [PATCH] Update dependency elasticsearch to v7.17.11 --- docker/estenrye/fluentd-cloudtrail/Gemfile | 2 +- .../estenrye/fluentd-cloudtrail/Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docker/estenrye/fluentd-cloudtrail/Gemfile b/docker/estenrye/fluentd-cloudtrail/Gemfile index 4fbb696c..8735f13f 100644 --- a/docker/estenrye/fluentd-cloudtrail/Gemfile +++ b/docker/estenrye/fluentd-cloudtrail/Gemfile @@ -20,6 +20,6 @@ gem "fluent-plugin-s3", "= 1.7.1" gem "fluent-plugin-elasticsearch", "= 5.2.4" -gem "elasticsearch", "= 7.17.1" +gem "elasticsearch", "= 7.17.11" gem "fluent-plugin-record_splitter", "= 0.2.1" diff --git a/docker/estenrye/fluentd-cloudtrail/Gemfile.lock b/docker/estenrye/fluentd-cloudtrail/Gemfile.lock index b8e4f387..9ddb93eb 100644 --- a/docker/estenrye/fluentd-cloudtrail/Gemfile.lock +++ b/docker/estenrye/fluentd-cloudtrail/Gemfile.lock @@ -36,22 +36,24 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.5.1) aws-eventstream (~> 1, >= 1.0.2) + base64 (0.2.0) bigdecimal (3.1.2) concurrent-ruby (1.1.10) console (1.15.3) fiber-local cool.io (1.7.1) - elasticsearch (7.17.1) - elasticsearch-api (= 7.17.1) - elasticsearch-transport (= 7.17.1) - elasticsearch-api (7.17.1) + elasticsearch (7.17.11) + elasticsearch-api (= 7.17.11) + elasticsearch-transport (= 7.17.11) + elasticsearch-api (7.17.11) multi_json - elasticsearch-transport (7.17.1) - faraday (~> 1) + elasticsearch-transport (7.17.11) + base64 + faraday (>= 1, < 3) multi_json excon (0.92.5) ext_monitor (0.1.2) - faraday (1.10.2) + faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -142,7 +144,7 @@ PLATFORMS DEPENDENCIES async-http (= 0.59.2) bigdecimal (= 3.1.2) - elasticsearch (= 7.17.1) + elasticsearch (= 7.17.11) ext_monitor (= 0.1.2) fluent-plugin-elasticsearch (= 5.2.4) fluent-plugin-record_splitter (= 0.2.1)