Skip to content

Commit f008e7e

Browse files
authoredApr 12, 2023
Update README.md
1 parent 4352dea commit f008e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The recommended way to use the SQL Connection Library is to consume it from Mave
2525
<dependency>
2626
<groupId>com.amazonaws.secretsmanager</groupId>
2727
<artifactId>aws-secretsmanager-jdbc</artifactId>
28-
<version>1.0.8</version>
28+
<version>1.0.12</version>
2929
</dependency>
3030
```
3131

@@ -108,4 +108,4 @@ drivers.vpcEndpointRegion= #The endpoint region
108108
drivers.region= #The region to use.
109109
```
110110

111-
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.
111+
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.

0 commit comments

Comments
 (0)
Please sign in to comment.