Skip to content

Commit

Permalink
Bump min core version to acocunt for sso/sts minor version bump in co…
Browse files Browse the repository at this point in the history
…re from build tool changes
  • Loading branch information
alextwoods committed Apr 25, 2024
1 parent c86c024 commit 372462b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class ServiceEnumerator
MANIFEST_PATH = File.expand_path('../../services.json', __FILE__)

# Minimum `aws-sdk-core` version for new gem builds
MINIMUM_CORE_VERSION = "3.192.2"
MINIMUM_CORE_VERSION = "3.193.0"

# Minimum `aws-sdk-core` version for new S3 gem builds
MINIMUM_CORE_VERSION_S3 = "3.192.2"
MINIMUM_CORE_VERSION_S3 = "3.193.0"

EVENTSTREAM_PLUGIN = "Aws::Plugins::EventStreamConfiguration"

Expand Down

0 comments on commit 372462b

Please sign in to comment.