diff --git a/Formula/a/aws-sdk-cpp.rb b/Formula/a/aws-sdk-cpp.rb index 1dcaba313b34..56c0a633c9fc 100644 --- a/Formula/a/aws-sdk-cpp.rb +++ b/Formula/a/aws-sdk-cpp.rb @@ -2,9 +2,10 @@ class AwsSdkCpp < Formula desc "AWS SDK for C++" homepage "https://github.com/aws/aws-sdk-cpp" # aws-sdk-cpp should only be updated every 5 releases on multiples of 5 + # TODO: when 1.11.150 is released, re-throttle this in throttled_formulae.json. url "https://github.com/aws/aws-sdk-cpp.git", - tag: "1.11.145", - revision: "d87ca7241f36ce4c7015eaf06b77f586049b11a6" + tag: "1.11.147", + revision: "61ab9c1dc84264a5e0f166895d64cff1a0652a11" license "Apache-2.0" head "https://github.com/aws/aws-sdk-cpp.git", branch: "main" diff --git a/audit_exceptions/throttled_formulae.json b/audit_exceptions/throttled_formulae.json index 2de7e25fa79b..94393b27fe4e 100644 --- a/audit_exceptions/throttled_formulae.json +++ b/audit_exceptions/throttled_formulae.json @@ -1,5 +1,4 @@ { - "aws-sdk-cpp": 5, "awscli@1": 10, "checkov": 15, "joern": 10,