Skip to content

Commit f8bc43f

Browse files
authored
Update aws-sdk-core Gem to Latest Version (3.239) (#69706)
* Update `aws-sdk-core` Gem to Latest Version (3.239) We also need to update our own `aws-google` gem to pick up code-dot-org/aws-google#13 Part of our ongoing investigation into the `SlowAWSResponse` errors we've been getting; we don't think it's likely that updating this gem will resolve those issues, but we would like to rule that out. Always nice to bring an old dependency up to date, anyway. * target specific patch of aws-sdk-core to pick up login_credentials fix * make sure we pick up support for new integrity checking in aws-sdk-s3
1 parent 06a6fbf commit f8bc43f

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ gem 'aws-sdk-cloudfront'
255255
gem 'aws-sdk-cloudwatch'
256256
gem 'aws-sdk-cloudwatchlogs'
257257
gem 'aws-sdk-comprehend'
258-
gem 'aws-sdk-core'
258+
gem 'aws-sdk-core', '>= 3.239.2'
259259
gem 'aws-sdk-databasemigrationservice'
260260
gem 'aws-sdk-dynamodb'
261261
gem 'aws-sdk-ec2'
262262
gem 'aws-sdk-firehose'
263263
gem 'aws-sdk-glue'
264264
gem 'aws-sdk-rds'
265265
gem 'aws-sdk-route53'
266-
gem 'aws-sdk-s3'
266+
gem 'aws-sdk-s3', '~> 1.113'
267267
gem 'aws-sdk-sagemakerruntime'
268268
gem 'aws-sdk-secretsmanager'
269269

Gemfile.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ GEM
200200
auto_strip_attributes (2.1.0)
201201
activerecord (>= 3.0)
202202
aws-eventstream (1.4.0)
203-
aws-google (0.2.3)
204-
aws-sdk-core (~> 3.211.0)
203+
aws-google (0.2.4)
204+
aws-sdk-core (~> 3.211)
205205
google-apis-core (~> 0.11.3)
206206
launchy (~> 3.0.1)
207207
aws-partitions (1.1110.0)
@@ -232,11 +232,14 @@ GEM
232232
aws-sdk-comprehend (1.87.0)
233233
aws-sdk-core (~> 3, >= 3.201.0)
234234
aws-sigv4 (~> 1.5)
235-
aws-sdk-core (3.211.0)
235+
aws-sdk-core (3.239.2)
236236
aws-eventstream (~> 1, >= 1.3.0)
237237
aws-partitions (~> 1, >= 1.992.0)
238238
aws-sigv4 (~> 1.9)
239+
base64
240+
bigdecimal
239241
jmespath (~> 1, >= 1.6.1)
242+
logger
240243
aws-sdk-databasemigrationservice (1.56.0)
241244
aws-sdk-core (~> 3, >= 3.119.0)
242245
aws-sigv4 (~> 1.1)
@@ -252,19 +255,19 @@ GEM
252255
aws-sdk-glue (1.92.0)
253256
aws-sdk-core (~> 3, >= 3.119.0)
254257
aws-sigv4 (~> 1.1)
255-
aws-sdk-kms (1.46.0)
256-
aws-sdk-core (~> 3, >= 3.119.0)
257-
aws-sigv4 (~> 1.1)
258+
aws-sdk-kms (1.118.0)
259+
aws-sdk-core (~> 3, >= 3.239.1)
260+
aws-sigv4 (~> 1.5)
258261
aws-sdk-rds (1.124.0)
259262
aws-sdk-core (~> 3, >= 3.119.0)
260263
aws-sigv4 (~> 1.1)
261264
aws-sdk-route53 (1.52.0)
262265
aws-sdk-core (~> 3, >= 3.119.0)
263266
aws-sigv4 (~> 1.1)
264-
aws-sdk-s3 (1.98.0)
265-
aws-sdk-core (~> 3, >= 3.119.0)
267+
aws-sdk-s3 (1.205.0)
268+
aws-sdk-core (~> 3, >= 3.234.0)
266269
aws-sdk-kms (~> 1)
267-
aws-sigv4 (~> 1.1)
270+
aws-sigv4 (~> 1.5)
268271
aws-sdk-sagemakerruntime (1.76.0)
269272
aws-sdk-core (~> 3, >= 3.210.0)
270273
aws-sigv4 (~> 1.5)
@@ -1012,15 +1015,15 @@ DEPENDENCIES
10121015
aws-sdk-cloudwatch
10131016
aws-sdk-cloudwatchlogs
10141017
aws-sdk-comprehend
1015-
aws-sdk-core
1018+
aws-sdk-core (>= 3.239.2)
10161019
aws-sdk-databasemigrationservice
10171020
aws-sdk-dynamodb
10181021
aws-sdk-ec2
10191022
aws-sdk-firehose
10201023
aws-sdk-glue
10211024
aws-sdk-rds
10221025
aws-sdk-route53
1023-
aws-sdk-s3
1026+
aws-sdk-s3 (~> 1.113)
10241027
aws-sdk-sagemakerruntime
10251028
aws-sdk-secretsmanager
10261029
bcrypt (= 3.1.13)

0 commit comments

Comments
 (0)