From 62ac650d0cff59eedadd29300ffe2b9fada69376 Mon Sep 17 00:00:00 2001 From: ulferts Date: Fri, 24 May 2024 09:36:11 +0200 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 255d926c162..4906e78a706 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,7 @@ PATH remote: modules/two_factor_authentication specs: openproject-two_factor_authentication (1.0.0) - aws-sdk-sns (~> 1.74.0) + aws-sdk-sns (~> 1.75.0) messagebird-rest (~> 1.4.2) rotp (~> 6.1) webauthn (~> 3.0) @@ -354,7 +354,7 @@ GEM aws-sdk-core (~> 3, >= 3.194.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.8) - aws-sdk-sns (1.74.0) + aws-sdk-sns (1.75.0) aws-sdk-core (~> 3, >= 3.193.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.8.0) diff --git a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec index 79fdb2d64bd..06f3e668997 100644 --- a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec +++ b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec @@ -14,6 +14,6 @@ Gem::Specification.new do |s| s.add_dependency "rotp", "~> 6.1" s.add_dependency "webauthn", "~> 3.0" - s.add_dependency "aws-sdk-sns", "~> 1.74.0" + s.add_dependency "aws-sdk-sns", "~> 1.75.0" s.metadata["rubygems_mfa_required"] = "true" end