From e7efee41f05b32246a8b7a231e4bf9a3b199dfde Mon Sep 17 00:00:00 2001 From: Simon Marty Date: Tue, 29 Aug 2023 16:14:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f3350..a3b57ab 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,4 @@ drivers.vpcEndpointRegion= #The endpoint region drivers.region= #The region to use. ``` -If this driver is running on EKS, the library could pick up the credentials of the node it is running on instead of the service account role ([issue](https://github.com/aws/aws-secretsmanager-jdbc/issues/55)). To address this, add version `1` of `com.amazonaws:aws-java-sdk-sts` to your Gradle/Maven project file as a dependency. +If this driver is running on EKS, the library could pick up the credentials of the node it is running on instead of the service account role ([issue](https://github.com/aws/aws-secretsmanager-jdbc/issues/55)). To address this, add version `2` of `software.amazon.awssdk:sts` to your Gradle/Maven project file as a dependency.