Skip to content

Commit

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

Bump com.amazonaws:aws-java-sdk-sts from 1.12.767 to 1.12.768
  • Loading branch information
k8s-ci-robot authored Aug 14, 2024
2 parents a07224c + db2d640 commit e4c4562
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
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.767</version>
<version>1.12.768</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.767</version>
<version>1.12.768</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.767</version>
<version>1.12.768</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit e4c4562

Please sign in to comment.