Skip to content

Commit e93979c

Browse files
auto commit
1 parent 84fe2b0 commit e93979c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.29.29</version>
59+
<version>2.30.33</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.29.29</version>
71+
<version>2.30.33</version>
7272
</dependency>
7373

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

8080
<!-- Used when enableMultipartPutObject is configured -->
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>software.amazon.awssdk</groupId>
165165
<artifactId>sts</artifactId>
166-
<version>2.29.29</version>
166+
<version>2.30.33</version>
167167
<optional>true</optional>
168168
<scope>test</scope>
169169
</dependency>

0 commit comments

Comments
 (0)