From 28b39017a001f4c48cfa2a52f933228d0b12f11e Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 29 Jun 2023 08:24:14 +0000 Subject: [PATCH] Bumps 7.17 to 7.17.12 --- elasticsearch-api/lib/elasticsearch/api/version.rb | 2 +- .../lib/elasticsearch/transport/version.rb | 2 +- elasticsearch-xpack/lib/elasticsearch/xpack/version.rb | 2 +- elasticsearch/elasticsearch.gemspec | 4 ++-- elasticsearch/lib/elasticsearch/version.rb | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/elasticsearch-api/lib/elasticsearch/api/version.rb b/elasticsearch-api/lib/elasticsearch/api/version.rb index b94c68adfa..0edba91585 100644 --- a/elasticsearch-api/lib/elasticsearch/api/version.rb +++ b/elasticsearch-api/lib/elasticsearch/api/version.rb @@ -17,6 +17,6 @@ module Elasticsearch module API - VERSION = '7.17.11'.freeze + VERSION = '7.17.12'.freeze end end diff --git a/elasticsearch-transport/lib/elasticsearch/transport/version.rb b/elasticsearch-transport/lib/elasticsearch/transport/version.rb index 932e57e163..cc0d82e7ec 100644 --- a/elasticsearch-transport/lib/elasticsearch/transport/version.rb +++ b/elasticsearch-transport/lib/elasticsearch/transport/version.rb @@ -17,6 +17,6 @@ module Elasticsearch module Transport - VERSION = '7.17.11'.freeze + VERSION = '7.17.12'.freeze end end diff --git a/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb b/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb index d186933448..5f4aed3243 100644 --- a/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb +++ b/elasticsearch-xpack/lib/elasticsearch/xpack/version.rb @@ -17,6 +17,6 @@ module Elasticsearch module XPack - VERSION = '7.17.11'.freeze + VERSION = '7.17.12'.freeze end end diff --git a/elasticsearch/elasticsearch.gemspec b/elasticsearch/elasticsearch.gemspec index 8580e6fcf6..7529264351 100644 --- a/elasticsearch/elasticsearch.gemspec +++ b/elasticsearch/elasticsearch.gemspec @@ -45,8 +45,8 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.4' - s.add_dependency 'elasticsearch-transport', '7.17.11' - s.add_dependency 'elasticsearch-api', '7.17.11' + s.add_dependency 'elasticsearch-transport', '7.17.12' + s.add_dependency 'elasticsearch-api', '7.17.12' s.add_development_dependency 'bundler' s.add_development_dependency 'byebug' unless defined?(JRUBY_VERSION) || defined?(Rubinius) diff --git a/elasticsearch/lib/elasticsearch/version.rb b/elasticsearch/lib/elasticsearch/version.rb index a03fff7295..af6f6a1047 100644 --- a/elasticsearch/lib/elasticsearch/version.rb +++ b/elasticsearch/lib/elasticsearch/version.rb @@ -16,5 +16,5 @@ # under the License. module Elasticsearch - VERSION = '7.17.11'.freeze + VERSION = '7.17.12'.freeze end