Skip to content

Commit

Permalink
chore(deps): Bump fluentd from 1.17.0 to 1.17.1 in the bundler group
Browse files Browse the repository at this point in the history
Bumps the bundler group with 1 update: [fluentd](https://github.com/fluent/fluentd).


Updates `fluentd` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.17.0...v1.17.1)

---
updated-dependencies:
- dependency-name: fluentd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stevehipwell committed Aug 20, 2024
1 parent 24d366a commit 6e10dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "oj", "3.16.5"
gem "json", "2.7.2"
gem "async", "1.32.1"
gem "async-http", "0.64.2"
gem "fluentd", "1.17.0"
gem "fluentd", "1.17.1"
gem "fluent-plugin-azure-loganalytics", "0.7.0"
gem "fluent-plugin-azurestorage-gen2", "0.3.5"
gem "fluent-plugin-cloudwatch-logs", "0.14.3"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,14 @@ GEM
aws-sdk-sqs (~> 1)
fluentd (>= 0.12.0, < 2)
yajl-ruby (~> 1.0)
fluentd (1.17.0)
fluentd (1.17.1)
base64 (~> 0.2)
bundler
cool.io (>= 1.4.5, < 2.0.0)
csv (~> 3.2)
drb (~> 2.2)
http_parser.rb (>= 0.5.1, < 0.9.0)
logger (~> 1.6)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.3.2, < 3.0.0)
sigdump (~> 0.2.5)
Expand All @@ -162,6 +163,7 @@ GEM
jmespath (1.6.2)
json (2.7.2)
libxml-ruby (5.0.3)
logger (1.6.0)
ltsv (0.1.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -247,7 +249,7 @@ DEPENDENCIES
fluent-plugin-route (= 1.0.0)
fluent-plugin-s3 (= 1.7.2)
fluent-plugin-sqs (= 3.0.0)
fluentd (= 1.17.0)
fluentd (= 1.17.1)
json (= 2.7.2)
libxml-ruby (= 5.0.3)
oj (= 3.16.5)
Expand Down

0 comments on commit 6e10dde

Please sign in to comment.