Skip to content

Commit 9d0c495

Browse files
authored
chore: bump AWS SDK v2 deps and make S3 non-optional (#93)
1 parent 4950731 commit 9d0c495

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>software.amazon.awssdk</groupId>
5353
<artifactId>bom</artifactId>
54-
<version>2.19.3</version>
54+
<version>2.20.12</version>
5555
<optional>true</optional>
5656
<type>pom</type>
5757
<scope>import</scope>
@@ -63,14 +63,13 @@
6363
<dependency>
6464
<groupId>software.amazon.awssdk</groupId>
6565
<artifactId>s3</artifactId>
66-
<version>2.19.3</version>
67-
<optional>true</optional>
66+
<version>2.20.12</version>
6867
</dependency>
6968

7069
<dependency>
7170
<groupId>software.amazon.awssdk</groupId>
7271
<artifactId>kms</artifactId>
73-
<version>2.19.3</version>
72+
<version>2.20.12</version>
7473
<optional>true</optional>
7574
</dependency>
7675

0 commit comments

Comments
 (0)