From 372462b40a0efa73d8e37d0607704a9805d5be5c Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Thu, 25 Apr 2024 10:39:02 -0700 Subject: [PATCH] Bump min core version to acocunt for sso/sts minor version bump in core from build tool changes --- build_tools/services.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tools/services.rb b/build_tools/services.rb index 51263a8fe1b..41748d70b3b 100644 --- a/build_tools/services.rb +++ b/build_tools/services.rb @@ -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"