From 169333eee30e8d7029cfa7a1e1ac58ea003eed35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 23:35:51 +0000 Subject: [PATCH] Update dependency aws-sdk-dynamodb to v1.115.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fe64f84..378b860 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ source 'https://rubygems.org' gem 'atlassian-jwt', '~> 0.2.1' -gem 'aws-sdk-dynamodb', '1.111.0' +gem 'aws-sdk-dynamodb', '1.115.0' gem 'aws-sdk-s3', '1.155.0' gem 'crack', '1.0.0' gem 'faraday', '>=2.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 4362d6b..ff6a4f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,8 +23,8 @@ GEM aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-dynamodb (1.111.0) - aws-sdk-core (~> 3, >= 3.193.0) + aws-sdk-dynamodb (1.115.0) + aws-sdk-core (~> 3, >= 3.199.0) aws-sigv4 (~> 1.1) aws-sdk-kms (1.87.0) aws-sdk-core (~> 3, >= 3.199.0) @@ -238,7 +238,7 @@ PLATFORMS DEPENDENCIES atlassian-jwt (~> 0.2.1) - aws-sdk-dynamodb (= 1.111.0) + aws-sdk-dynamodb (= 1.115.0) aws-sdk-s3 (= 1.155.0) crack (= 1.0.0) faraday (>= 2.0.1)