Skip to content

Commit 3dbc416

Browse files
committed
updated the SDK build number
1 parent 87f2d7b commit 3dbc416

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

javav2/example_code/glacier/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>
@@ -81,5 +81,13 @@
8181
<groupId>software.amazon.awssdk</groupId>
8282
<artifactId>glacier</artifactId>
8383
</dependency>
84+
<dependency>
85+
<groupId>software.amazon.awssdk</groupId>
86+
<artifactId>sso</artifactId>
87+
</dependency>
88+
<dependency>
89+
<groupId>software.amazon.awssdk</groupId>
90+
<artifactId>ssooidc</artifactId>
91+
</dependency>
8492
</dependencies>
8593
</project>

0 commit comments

Comments
 (0)