From 2983fb88a95ae8d5a7154b558135ce2bd8000743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 06:48:50 +0000 Subject: [PATCH] Bump the aws-deps group with 6 updates Bumps the aws-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.168.0` | `1.169.0` | | [aws-sdk-s3control](https://github.com/aws/aws-sdk-ruby) | `1.94.0` | `1.95.0` | | [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.991.0` | `1.995.0` | | [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.209.1` | `3.211.0` | | [aws-sdk-kms](https://github.com/aws/aws-sdk-ruby) | `1.94.0` | `1.95.0` | | [aws-sigv4](https://github.com/aws/aws-sdk-ruby) | `1.10.0` | `1.10.1` | Updates `aws-sdk-s3` from 1.168.0 to 1.169.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-sdk-s3control` from 1.94.0 to 1.95.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3control/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-partitions` from 1.991.0 to 1.995.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-sdk-core` from 3.209.1 to 3.211.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-sdk-kms` from 1.94.0 to 1.95.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-kms/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-sigv4` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sigv4/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-deps - dependency-name: aws-sdk-s3control dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-deps - dependency-name: aws-partitions dependency-type: indirect update-type: version-update:semver-minor dependency-group: aws-deps - dependency-name: aws-sdk-core dependency-type: indirect update-type: version-update:semver-minor dependency-group: aws-deps - dependency-name: aws-sdk-kms dependency-type: indirect update-type: version-update:semver-minor dependency-group: aws-deps - dependency-name: aws-sigv4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: aws-deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae622d737..aac606944 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,23 +10,23 @@ GEM fiber-annotation io-event (~> 1.6, >= 1.6.5) aws-eventstream (1.3.0) - aws-partitions (1.991.0) - aws-sdk-core (3.209.1) + aws-partitions (1.995.0) + aws-sdk-core (3.211.0) aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) + aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.94.0) - aws-sdk-core (~> 3, >= 3.207.0) + aws-sdk-kms (1.95.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.168.0) - aws-sdk-core (~> 3, >= 3.207.0) + aws-sdk-s3 (1.169.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sdk-s3control (1.94.0) - aws-sdk-core (~> 3, >= 3.207.0) + aws-sdk-s3control (1.95.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.0) + aws-sigv4 (1.10.1) aws-eventstream (~> 1, >= 1.0.2) bigdecimal (3.1.8) console (1.27.0)