@@ -15,15 +15,15 @@ source "https://rubygems.org"
1515no_fat_gem = [ :ruby ]
1616gem "rake"
1717gem "bundler" , BUNDLER_VERSION
18- gem "cool.io" , "1.9.3 " , platforms : no_fat_gem
18+ gem "cool.io" , "1.9.4 " , platforms : no_fat_gem
1919gem "sigdump" , "0.2.5"
2020gem "http_parser.rb" , "0.8.1"
2121gem "yajl-ruby" , "1.4.3"
2222gem "serverengine" , "2.4.0"
2323gem "msgpack" , "1.8.0"
2424gem "oj" , "3.16.11"
2525gem "tzinfo" , "2.0.6"
26- gem "tzinfo-data" , "1.2025.3 "
26+ gem "tzinfo-data" , "1.2026.1 "
2727
2828# Fluentd v1.19.0 requires io-event 1.10.x or before.
2929# The dependency condition cannot be met with async >= 2.25
@@ -58,7 +58,7 @@ gem "elasticsearch", "8.19.2"
5858gem "fluent-plugin-elasticsearch" , "6.0.0"
5959gem "ruby-kafka" , "1.5.0"
6060gem "digest-murmurhash" , "1.1.1"
61- gem "fluent-plugin-kafka" , "0.19.5 "
61+ gem "fluent-plugin-kafka" , "0.19.6 "
6262gem "prometheus-client" , "4.2.5"
6363gem "fluent-plugin-prometheus" , "2.2.1"
6464gem "fluent-plugin-prometheus_pushgateway" , "0.2.1"
@@ -69,7 +69,7 @@ gem "aws-sdk-kms", "1.110.0"
6969gem "aws-sdk-sqs" , "1.101.0"
7070gem "aws-sigv4" , "1.12.1"
7171gem "aws-sdk-s3" , "1.208.0"
72- gem "fluent-plugin-s3" , "1.8.3 "
72+ gem "fluent-plugin-s3" , "1.8.4 "
7373gem "httpclient" , "2.9.0"
7474gem "fluent-diagtool" , "1.0.5"
7575gem "td" , "0.19.1"
@@ -88,7 +88,7 @@ gem "opensearch-ruby", "3.4.0"
8888gem "fluent-plugin-opensearch" , "1.1.5"
8989gem "fluent-plugin-fluent-package-update-notifier" , "0.2.3"
9090gem "fluent-plugin-obsolete-plugins" , "0.2.2"
91- gem "fluent-plugin-opentelemetry" , "0.5.1 "
91+ gem "fluent-plugin-opentelemetry" , "0.5.2 "
9292
9393# fix CVE-2026-25765 for elasticseach and opensearch
9494gem "faraday" , "2.14.1"
@@ -99,7 +99,7 @@ gem "ffi", "1.17.0", platforms: windows_platforms
9999gem "ffi-win32-extensions" , "1.1.0" , platforms : windows_platforms
100100# fiddle gem that isn't default gems as of Ruby 3.5
101101gem "fiddle" , "1.1.8" , platforms : windows_platforms
102- gem "nokogiri" , "1.18.10 " , platforms : windows_platforms
102+ gem "nokogiri" , "1.19.2 " , platforms : windows_platforms
103103gem "win32-event" , "0.6.3" , platforms : windows_platforms
104104gem "win32-ipc" , "0.7.0" , platforms : windows_platforms
105105# Use officially released version when PR was merged and released.
0 commit comments