Skip to content

Commit

Permalink
chore(deps): Bump the bundler group with 2 updates (#301)
Browse files Browse the repository at this point in the history
Bumps the bundler group with 2 updates: [fluentd](https://github.com/fluent/fluentd) and [fluent-plugin-datadog](https://github.com/DataDog/fluent-plugin-datadog).


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

Updates `fluent-plugin-datadog` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/DataDog/fluent-plugin-datadog/releases)
- [Changelog](https://github.com/DataDog/fluent-plugin-datadog/blob/master/CHANGELOG.md)
- [Commits](DataDog/fluent-plugin-datadog@v0.14.2...v0.14.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 5ed9550 commit a01dbe6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ gem "oj", "3.16.3"
gem "json", "2.7.2"
gem "async", "1.32.1"
gem "async-http", "0.64.2"
gem "fluentd", "1.16.5"
gem "fluentd", "1.17.0"
gem "fluent-plugin-azure-loganalytics", "0.7.0"
gem "fluent-plugin-azurestorage-gen2", "0.3.5"
gem "fluent-plugin-cloudwatch-logs", "0.14.3"
gem "fluent-plugin-concat", "2.5.0"
gem "fluent-plugin-datadog", "0.14.2"
gem "fluent-plugin-datadog", "0.14.3"
gem "fluent-plugin-elasticsearch", "5.4.3"
gem "fluent-plugin-grafana-loki", "1.2.20"
gem "fluent-plugin-kafka", "0.19.2"
Expand Down
18 changes: 12 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,21 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
azure-loganalytics-datacollector-api (0.5.0)
rest-client
base64 (0.2.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.3)
connection_pool (2.3.0)
connection_pool (2.4.1)
console (1.24.0)
fiber-annotation
fiber-local
json
cool.io (1.8.0)
csv (3.3.0)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
drb (2.2.1)
elastic-transport (8.3.0)
faraday (< 3)
multi_json
Expand Down Expand Up @@ -96,7 +99,7 @@ GEM
fluentd (>= 1.8.0)
fluent-plugin-concat (2.5.0)
fluentd (>= 0.14.0, < 2)
fluent-plugin-datadog (0.14.2)
fluent-plugin-datadog (0.14.3)
fluentd (>= 1, < 2)
net-http-persistent (~> 4.0.1)
fluent-plugin-elasticsearch (5.4.3)
Expand Down Expand Up @@ -137,9 +140,12 @@ GEM
aws-sdk-sqs (~> 1)
fluentd (>= 0.12.0, < 2)
yajl-ruby (~> 1.0)
fluentd (1.16.5)
fluentd (1.17.0)
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)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.3.2, < 3.0.0)
Expand All @@ -164,7 +170,7 @@ GEM
multi_json (1.15.0)
net-http (0.4.1)
uri
net-http-persistent (4.0.1)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.7.1)
Expand Down Expand Up @@ -227,7 +233,7 @@ DEPENDENCIES
fluent-plugin-azurestorage-gen2 (= 0.3.5)
fluent-plugin-cloudwatch-logs (= 0.14.3)
fluent-plugin-concat (= 2.5.0)
fluent-plugin-datadog (= 0.14.2)
fluent-plugin-datadog (= 0.14.3)
fluent-plugin-elasticsearch (= 5.4.3)
fluent-plugin-grafana-loki (= 1.2.20)
fluent-plugin-kafka (= 0.19.2)
Expand All @@ -238,7 +244,7 @@ DEPENDENCIES
fluent-plugin-route (= 1.0.0)
fluent-plugin-s3 (= 1.7.2)
fluent-plugin-sqs (= 3.0.0)
fluentd (= 1.16.5)
fluentd (= 1.17.0)
json (= 2.7.2)
libxml-ruby (= 5.0.3)
oj (= 3.16.3)
Expand Down

0 comments on commit a01dbe6

Please sign in to comment.