From e15b55b62141978b1a61e523b2aa72cbcee8d310 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 29 Oct 2024 16:50:06 +0900 Subject: [PATCH] Update bundled gems Signed-off-by: Kentaro Hayashi --- fluent-package/Gemfile.lock | 39 +++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/fluent-package/Gemfile.lock b/fluent-package/Gemfile.lock index 507ea02d9..7522d4d72 100644 --- a/fluent-package/Gemfile.lock +++ b/fluent-package/Gemfile.lock @@ -9,12 +9,13 @@ GIT GIT remote: https://github.com/fluent/fluentd - revision: 95d130aaa44fc09b14a4e9686ee8018253185fc5 - ref: 95d130aaa44fc09b14a4e9686ee8018253185fc5 + revision: fa1cfbb0335e7751a2fd5547897ab611484ee000 + ref: fa1cfbb0335e7751a2fd5547897ab611484ee000 specs: - fluentd (1.16.5) + fluentd (1.16.6) bundler certstore_c (~> 0.1.7) + console (< 1.24) cool.io (>= 1.4.5, < 2.0.0) http_parser.rb (>= 0.5.1, < 0.9.0) msgpack (>= 1.3.1, < 2.0.0) @@ -70,6 +71,7 @@ GEM aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) + bigdecimal (3.0.2) bindata (2.4.15) certstore_c (0.1.7) cmetrics (0.3.3) @@ -165,9 +167,9 @@ GEM fluentd (>= 0.14.22, < 2) fluent-plugin-sd-dns (0.1.0) fluentd (>= 1.8) - fluent-plugin-systemd (1.0.5) + fluent-plugin-systemd (1.1.0) fluentd (>= 0.14.11, < 2) - systemd-journal (~> 1.4.2) + systemd-journal (~> 2.0.0) fluent-plugin-td (1.2.0) fluentd (>= 0.14.13, < 2) td-client (>= 1.0.8) @@ -188,18 +190,20 @@ GEM http_parser.rb (0.8.0) httpclient (2.8.3) jmespath (1.6.2) - json (2.7.2) + json (2.7.4) linux-utmpx (0.3.0) bindata (~> 2.4.8) ltsv (0.1.2) mini_portile2 (2.8.2) - msgpack (1.7.2) + msgpack (1.7.3) multi_json (1.15.0) nio4r (2.6.1) nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) - oj (3.16.1) + oj (3.16.5) + bigdecimal (>= 3.0) + ostruct (>= 0.2) opensearch-api (2.2.0) multi_json opensearch-ruby (2.1.0) @@ -208,6 +212,7 @@ GEM opensearch-transport (2.1.0) faraday (>= 1.0, < 3) multi_json + ostruct (0.3.3) parallel (1.20.1) prometheus-client (2.1.0) protocol-hpack (1.4.3) @@ -236,7 +241,7 @@ GEM sigdump (0.2.5) strptime (0.2.5) strscan (1.0.3) - systemd-journal (1.4.2) + systemd-journal (2.0.0) ffi (~> 1.9) td (0.17.1) hirb (>= 0.4.5) @@ -260,11 +265,11 @@ GEM traces (0.11.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2024.1) + tzinfo-data (1.2024.2) tzinfo (>= 1.0.0) webhdfs (0.10.2) addressable - webrick (1.8.1) + webrick (1.8.2) win32-event (0.6.3) win32-ipc (>= 0.6.0) win32-eventlog (0.6.7) @@ -312,7 +317,7 @@ DEPENDENCIES fluent-plugin-rewrite-tag-filter (= 2.4.0) fluent-plugin-s3 (= 1.7.2) fluent-plugin-sd-dns (= 0.1.0) - fluent-plugin-systemd (= 1.0.5) + fluent-plugin-systemd (= 1.1.0) fluent-plugin-td (= 1.2.0) fluent-plugin-utmpx (= 0.5.0) fluent-plugin-webhdfs (= 1.5.0) @@ -323,9 +328,9 @@ DEPENDENCIES httpclient (= 2.8.3) jmespath (= 1.6.2) mini_portile2 (= 2.8.2) - msgpack (= 1.7.2) + msgpack (= 1.7.3) nokogiri (= 1.16.6) - oj (= 3.16.1) + oj (= 3.16.5) opensearch-ruby (= 2.1.0) prometheus-client (= 2.1.0) rake @@ -333,13 +338,13 @@ DEPENDENCIES ruby-kafka (= 1.5.0) serverengine (= 2.3.2) sigdump (= 0.2.5) - systemd-journal (= 1.4.2) + systemd-journal (= 2.0.0) td (= 0.17.1) td-client (= 1.0.8) tzinfo (= 2.0.6) - tzinfo-data (= 1.2024.1) + tzinfo-data (= 1.2024.2) webhdfs (= 0.10.2) - webrick (= 1.8.1) + webrick (= 1.8.2) win32-event (= 0.6.3) win32-eventlog (= 0.6.7) win32-ipc (= 0.7.0)