From bf2434a0add30b1e764529b13736054e187d7e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:06:14 +0000 Subject: [PATCH] Bump aws-sdk-core Bumps the per-dependency/aws-sdk-core group in /group-by/bundler-standalone with 1 update: [aws-sdk-core](https://github.com/aws/aws-sdk-ruby). Updates `aws-sdk-core` from 3.203.0 to 3.209.1 - [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) --- updated-dependencies: - dependency-name: aws-sdk-core dependency-version: 3.209.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- group-by/bundler-standalone/Gemfile | 2 +- group-by/bundler-standalone/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group-by/bundler-standalone/Gemfile b/group-by/bundler-standalone/Gemfile index 6b66fe6..253586d 100644 --- a/group-by/bundler-standalone/Gemfile +++ b/group-by/bundler-standalone/Gemfile @@ -13,6 +13,6 @@ gem 'rails', '7.0.4' # AWS SDK gems (grouped under "aws*" pattern) # Latest: aws-sdk-core 3.241.x, aws-sdk-s3 1.213.x, aws-partitions 1.1211.x # Using older but compatible versions -gem 'aws-sdk-core', '3.203.0' +gem 'aws-sdk-core', '3.209.1' gem 'aws-sdk-s3', '1.160.0' gem 'aws-partitions', '1.950.0' diff --git a/group-by/bundler-standalone/Gemfile.lock b/group-by/bundler-standalone/Gemfile.lock index b29de32..bdb6965 100644 --- a/group-by/bundler-standalone/Gemfile.lock +++ b/group-by/bundler-standalone/Gemfile.lock @@ -68,7 +68,7 @@ GEM tzinfo (~> 2.0) aws-eventstream (1.4.0) aws-partitions (1.950.0) - aws-sdk-core (3.203.0) + aws-sdk-core (3.209.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.9) @@ -190,7 +190,7 @@ PLATFORMS DEPENDENCIES aws-partitions (= 1.950.0) - aws-sdk-core (= 3.203.0) + aws-sdk-core (= 3.209.1) aws-sdk-s3 (= 1.160.0) rails (= 7.0.4)