Skip to content

Commit d587cb1

Browse files
committed
updated the SDK build number
1 parent c0ddbad commit d587cb1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

javav2/example_code/sns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>software.amazon.awssdk</groupId>
4444
<artifactId>bom</artifactId>
45-
<version>2.21.20</version>
45+
<version>2.29.45</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

javav2/example_code/sqs/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>software.amazon.awssdk</groupId>
4040
<artifactId>bom</artifactId>
41-
<version>2.21.20</version>
41+
<version>2.29.45</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>
@@ -91,5 +91,13 @@
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
9393
</dependency>
94+
<dependency>
95+
<groupId>software.amazon.awssdk</groupId>
96+
<artifactId>sso</artifactId>
97+
</dependency>
98+
<dependency>
99+
<groupId>software.amazon.awssdk</groupId>
100+
<artifactId>ssooidc</artifactId>
101+
</dependency>
94102
</dependencies>
95103
</project>

0 commit comments

Comments
 (0)