diff --git a/Gemfile b/Gemfile index cb02e5ca33..aa27c3a4b5 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem "paper_trail" # For AWS interactions gem "aws-sdk-cloudwatch", "~> 1.116" -gem "aws-sdk-codepipeline", "~> 1.101" +gem "aws-sdk-codepipeline", "~> 1.102" # For Mailchimp audience integration gem "MailchimpMarketing", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index f39b03bd42..24dc644153 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,21 +115,21 @@ GEM activesupport ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1114.0) + aws-partitions (1.1135.0) aws-sdk-cloudwatch (1.116.0) aws-sdk-core (~> 3, >= 3.225.0) aws-sigv4 (~> 1.5) - aws-sdk-codepipeline (1.101.0) - aws-sdk-core (~> 3, >= 3.225.0) + aws-sdk-codepipeline (1.102.0) + aws-sdk-core (~> 3, >= 3.227.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.225.1) + aws-sdk-core (3.227.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) base64 jmespath (~> 1, >= 1.6.1) logger - aws-sigv4 (1.12.0) + aws-sigv4 (1.12.1) aws-eventstream (~> 1, >= 1.0.2) axe-core-api (4.10.3) dumb_delegator @@ -578,7 +578,7 @@ DEPENDENCIES acts_as_list after_commit_everywhere (~> 1.6) aws-sdk-cloudwatch (~> 1.116) - aws-sdk-codepipeline (~> 1.101) + aws-sdk-codepipeline (~> 1.102) axe-core-rspec bootsnap brakeman (~> 7.1.0)