Skip to content

Commit 12a2e13

Browse files
Update pom.xml to have AWS SDK v2.43.0
1 parent 5a81feb commit 12a2e13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>software.amazon.awssdk</groupId>
5858
<artifactId>bom</artifactId>
59-
<version>2.31.14</version>
59+
<version>2.43.0</version>
6060
<optional>true</optional>
6161
<type>pom</type>
6262
<scope>import</scope>
@@ -68,13 +68,13 @@
6868
<dependency>
6969
<groupId>software.amazon.awssdk</groupId>
7070
<artifactId>s3</artifactId>
71-
<version>2.31.14</version>
71+
<version>2.43.0</version>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>software.amazon.awssdk</groupId>
7676
<artifactId>kms</artifactId>
77-
<version>2.31.14</version>
77+
<version>2.43.0</version>
7878
</dependency>
7979

8080
<!-- Used when enableMultipartPutObject is configured -->
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>software.amazon.awssdk</groupId>
171171
<artifactId>sts</artifactId>
172-
<version>2.31.14</version>
172+
<version>2.43.0</version>
173173
<optional>true</optional>
174174
<scope>test</scope>
175175
</dependency>

0 commit comments

Comments
 (0)