Skip to content

Commit 50770bd

Browse files
chore(deps): Bump the bundler group across 1 directory with 2 updates (#404)
Bumps the bundler group with 2 updates in the / directory: [oj](https://github.com/ohler55/oj) and [fluent-plugin-s3](https://github.com/fluent/fluent-plugin-s3). Updates `oj` from 3.16.9 to 3.16.10 - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](ohler55/oj@v3.16.9...v3.16.10) Updates `fluent-plugin-s3` from 1.8.2 to 1.8.3 - [Changelog](https://github.com/fluent/fluent-plugin-s3/blob/master/ChangeLog) - [Commits](fluent/fluent-plugin-s3@v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: oj dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: fluent-plugin-s3 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>
1 parent 934a9e6 commit 50770bd

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "https://rubygems.org"
66
gem "rake"
77
gem "bundler"
88
# gem "libxml-ruby", "5.0.3"
9-
gem "oj", "3.16.9"
9+
gem "oj", "3.16.10"
1010
# gem "json", "2.9.1"
1111
gem "async", "2.23.0"
1212
gem "async-http", "0.87.0"
@@ -26,5 +26,5 @@ gem "fluent-plugin-prometheus", "2.2.0"
2626
gem "fluent-plugin-record-modifier", "2.2.0"
2727
gem "fluent-plugin-rewrite-tag-filter", "2.4.0"
2828
gem "fluent-plugin-route", "1.0.0"
29-
gem "fluent-plugin-s3", "1.8.2"
29+
gem "fluent-plugin-s3", "1.8.3"
3030
gem "fluent-plugin-sqs", "3.0.0"

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,25 @@ GEM
1919
traces (~> 0.10)
2020
async-pool (0.10.3)
2121
async (>= 1.25)
22-
aws-eventstream (1.3.0)
23-
aws-partitions (1.1046.0)
22+
aws-eventstream (1.3.1)
23+
aws-partitions (1.1055.0)
2424
aws-sdk-cloudwatchlogs (1.107.0)
2525
aws-sdk-core (~> 3, >= 3.216.0)
2626
aws-sigv4 (~> 1.5)
27-
aws-sdk-core (3.217.1)
27+
aws-sdk-core (3.219.0)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.992.0)
3030
aws-sigv4 (~> 1.9)
31+
base64
3132
jmespath (~> 1, >= 1.6.1)
32-
aws-sdk-kms (1.97.0)
33+
aws-sdk-kms (1.99.0)
3334
aws-sdk-core (~> 3, >= 3.216.0)
3435
aws-sigv4 (~> 1.5)
35-
aws-sdk-s3 (1.179.0)
36+
aws-sdk-s3 (1.182.0)
3637
aws-sdk-core (~> 3, >= 3.216.0)
3738
aws-sdk-kms (~> 1)
3839
aws-sigv4 (~> 1.5)
39-
aws-sdk-sqs (1.91.0)
40+
aws-sdk-sqs (1.93.0)
4041
aws-sdk-core (~> 3, >= 3.216.0)
4142
aws-sigv4 (~> 1.5)
4243
aws-sigv4 (1.11.0)
@@ -140,7 +141,7 @@ GEM
140141
fluentd (>= 0.14.2, < 2)
141142
fluent-plugin-route (1.0.0)
142143
fluentd (>= 0.14.0)
143-
fluent-plugin-s3 (1.8.2)
144+
fluent-plugin-s3 (1.8.3)
144145
aws-sdk-s3 (~> 1.60)
145146
aws-sdk-sqs (~> 1.23)
146147
fluentd (>= 0.14.22, < 2)
@@ -173,7 +174,7 @@ GEM
173174
io-stream (0.6.1)
174175
jmespath (1.6.2)
175176
json (2.10.1)
176-
logger (1.6.5)
177+
logger (1.6.6)
177178
ltsv (0.1.2)
178179
metrics (0.12.1)
179180
mime-types (3.6.0)
@@ -187,7 +188,7 @@ GEM
187188
net-http-persistent (4.0.5)
188189
connection_pool (~> 2.2)
189190
netrc (0.11.0)
190-
oj (3.16.9)
191+
oj (3.16.10)
191192
bigdecimal (>= 3.0)
192193
ostruct (>= 0.2)
193194
opensearch-ruby (3.4.0)
@@ -252,10 +253,10 @@ DEPENDENCIES
252253
fluent-plugin-record-modifier (= 2.2.0)
253254
fluent-plugin-rewrite-tag-filter (= 2.4.0)
254255
fluent-plugin-route (= 1.0.0)
255-
fluent-plugin-s3 (= 1.8.2)
256+
fluent-plugin-s3 (= 1.8.3)
256257
fluent-plugin-sqs (= 3.0.0)
257258
fluentd (= 1.18.0)
258-
oj (= 3.16.9)
259+
oj (= 3.16.10)
259260
rake
260261

261262
BUNDLED WITH

0 commit comments

Comments
 (0)