Skip to content

Commit 4c58acf

Browse files
Bump aws-sdk-codepipeline from 1.101.0 to 1.104.0
Bumps [aws-sdk-codepipeline](https://github.com/aws/aws-sdk-ruby) from 1.101.0 to 1.104.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-codepipeline/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-codepipeline dependency-version: 1.104.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac63512 commit 4c58acf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ gem "lograge"
6262

6363
# For AWS interactions
6464
gem "aws-sdk-cloudwatch"
65-
gem "aws-sdk-codepipeline", "~> 1.101"
65+
gem "aws-sdk-codepipeline", "~> 1.104"
6666
gem "aws-sdk-kms"
6767
gem "aws-sdk-s3"
6868
gem "aws-sdk-sesv2"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ GEM
106106
public_suffix (>= 2.0.2, < 6.0)
107107
ast (2.4.3)
108108
aws-eventstream (1.4.0)
109-
aws-partitions (1.1146.0)
109+
aws-partitions (1.1147.0)
110110
aws-sdk-cloudwatch (1.119.0)
111111
aws-sdk-core (~> 3, >= 3.228.0)
112112
aws-sigv4 (~> 1.5)
113-
aws-sdk-codepipeline (1.101.0)
114-
aws-sdk-core (~> 3, >= 3.225.0)
113+
aws-sdk-codepipeline (1.104.0)
114+
aws-sdk-core (~> 3, >= 3.228.0)
115115
aws-sigv4 (~> 1.5)
116116
aws-sdk-core (3.229.0)
117117
aws-eventstream (~> 1, >= 1.3.0)
@@ -518,7 +518,7 @@ DEPENDENCIES
518518
active_kms
519519
activeresource
520520
aws-sdk-cloudwatch
521-
aws-sdk-codepipeline (~> 1.101)
521+
aws-sdk-codepipeline (~> 1.104)
522522
aws-sdk-kms
523523
aws-sdk-s3
524524
aws-sdk-sesv2

0 commit comments

Comments
 (0)