From 0ef166266b41ca8e53bd16141bc7a58f0a6a0040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:32:28 +0000 Subject: [PATCH] Update dependency aws-sdk-dynamodb to v1.96.0 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index f047c1c6..b38212a9 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ source 'https://rubygems.org' gem 'atlassian-jwt', '~> 0.2.1' -gem 'aws-sdk-dynamodb', '1.93.1' +gem 'aws-sdk-dynamodb', '1.96.0' gem 'aws-sdk-s3', '1.135.0' gem 'crack', '0.4.5' gem 'gitlab', '4.19.0' diff --git a/Gemfile.lock b/Gemfile.lock index c3e0ba46..b33e6656 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,14 +12,14 @@ GEM atlassian-jwt (0.2.1) jwt (~> 2.1) aws-eventstream (1.2.0) - aws-partitions (1.826.0) - aws-sdk-core (3.183.0) + aws-partitions (1.838.0) + aws-sdk-core (3.185.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) jmespath (~> 1, >= 1.6.1) - aws-sdk-dynamodb (1.93.1) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-dynamodb (1.96.0) + aws-sdk-core (~> 3, >= 3.184.0) aws-sigv4 (~> 1.1) aws-sdk-kms (1.71.0) aws-sdk-core (~> 3, >= 3.177.0) @@ -216,7 +216,7 @@ PLATFORMS DEPENDENCIES atlassian-jwt (~> 0.2.1) - aws-sdk-dynamodb (= 1.93.1) + aws-sdk-dynamodb (= 1.96.0) aws-sdk-s3 (= 1.135.0) crack (= 0.4.5) gitlab (= 4.19.0)