Skip to content

Commit

Permalink
Bump version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 27, 2023
1 parent bd8e4a8 commit 12d30e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tools/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ServiceEnumerator
MANIFEST_PATH = File.expand_path('../../services.json', __FILE__)

# Minimum `aws-sdk-core` version for new gem builds
MINIMUM_CORE_VERSION = "3.174.0"
MINIMUM_CORE_VERSION = "3.176.0"

EVENTSTREAM_PLUGIN = "Aws::Plugins::EventStreamConfiguration"

Expand Down
2 changes: 1 addition & 1 deletion services.json
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@
"models": "s3/2006-03-01",
"dependencies": {
"aws-sdk-kms": "~> 1",
"aws-sigv4": "~> 1.4"
"aws-sigv4": "~> 1.6"
},
"addPlugins": [
"Aws::S3::Plugins::Accelerate",
Expand Down

0 comments on commit 12d30e0

Please sign in to comment.