From 0a6ab0140c40ab112fd099277860fee31f354d43 Mon Sep 17 00:00:00 2001 From: Lachlan Cooper Date: Thu, 16 Jan 2020 11:42:07 +1100 Subject: [PATCH] Update AWS SDK to 1.11.708 Version 1.11.704 includes a bugfix for IAM Roles for Service Accounts: https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md#111704-2020-01-09 This adjusts the priority of the `AWS_WEB_IDENTITY_TOKEN_FILE` environment variable so it is accessed before instance metadata. Signed-off-by: Lachlan Cooper --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d6d2dfdd..a30997bc 100644 --- a/pom.xml +++ b/pom.xml @@ -46,17 +46,17 @@ com.amazonaws aws-java-sdk-cloudwatch - 1.11.658 + 1.11.708 com.amazonaws aws-java-sdk-sts - 1.11.658 + 1.11.708 com.amazonaws aws-java-sdk-resourcegroupstaggingapi - 1.11.658 + 1.11.708