diff --git a/Gemfile.lock b/Gemfile.lock index e2a5b1c..0d2d11b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluent-plugin-splunk-hec (1.2.13) + fluent-plugin-splunk-hec (1.3.0) fluentd (>= 1.5) multi_json (~> 1.13) net-http-persistent (~> 4.0) @@ -11,9 +11,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.0.2.3) - activesupport (= 7.0.2.3) - activesupport (7.0.2.3) + activemodel (7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -113,7 +113,7 @@ GEM validate_email (0.1.6) activemodel (>= 3.0) mail (>= 2.2.5) - validate_url (1.0.13) + validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix webfinger (1.2.0) diff --git a/VERSION b/VERSION index 0b1f1ed..589268e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.13 +1.3.0 \ No newline at end of file diff --git a/docker/Gemfile.lock b/docker/Gemfile.lock index 190991b..fe65133 100644 --- a/docker/Gemfile.lock +++ b/docker/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: gem specs: - fluent-plugin-splunk-hec (1.2.13) + fluent-plugin-splunk-hec (1.3.0) fluentd (>= 1.5) multi_json (~> 1.13) net-http-persistent (~> 4.0)