From 4adeecd2cdf644c3e6470ba3638349aa8988d806 Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 23 Jan 2023 09:19:57 +0100 Subject: [PATCH] bump aws-sdk-sns --- Gemfile.lock | 4 ++-- .../openproject-two_factor_authentication.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e506167f27..fa46191676 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ PATH remote: modules/two_factor_authentication specs: openproject-two_factor_authentication (1.0.0) - aws-sdk-sns (~> 1.57.0) + aws-sdk-sns (~> 1.58.0) messagebird-rest (~> 1.4.2) rotp (~> 6.1) @@ -304,7 +304,7 @@ GEM aws-sdk-core (~> 3, >= 3.165.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) - aws-sdk-sns (1.57.0) + aws-sdk-sns (1.58.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.5.2) diff --git a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec index 8e780315e5..b34590ce24 100644 --- a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec +++ b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec @@ -12,6 +12,6 @@ Gem::Specification.new do |s| s.add_dependency 'messagebird-rest', '~> 1.4.2' s.add_dependency 'rotp', '~> 6.1' - s.add_dependency 'aws-sdk-sns', '~> 1.57.0' + s.add_dependency 'aws-sdk-sns', '~> 1.58.0' s.metadata['rubygems_mfa_required'] = 'true' end