Skip to content

Commit

Permalink
Merge pull request #3359 from kubernetes-client/dependabot/maven/com.…
Browse files Browse the repository at this point in the history
…amazonaws-aws-java-sdk-sts-1.12.709

build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.708 to 1.12.709
  • Loading branch information
k8s-ci-robot committed Apr 28, 2024
2 parents fd530a9 + 8738c88 commit 24f6cff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/examples-release-19/pom.xml
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.708</version>
<version>1.12.709</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-20/pom.xml
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.708</version>
<version>1.12.709</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.708</version>
<version>1.12.709</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 24f6cff

Please sign in to comment.