Skip to content

Commit

Permalink
chore(uat): bump aws sdk version (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 authored Oct 10, 2023
1 parent e97c818 commit e8f4a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uat/testing-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<aws.sdk.version>2.17.254</aws.sdk.version>
<aws.sdk.version>2.20.157</aws.sdk.version>
<skipTests>false</skipTests>
</properties>
<repositories>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.15.17</version>
<version>${aws.sdk.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e8f4a54

Please sign in to comment.