Skip to content

Commit b9a3138

Browse files
committed
updated the SDK build number
1 parent e2c3a6f commit b9a3138

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

javav2/example_code/route53/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>
@@ -85,5 +85,13 @@
8585
<version>1.9.2</version>
8686
<scope>test</scope>
8787
</dependency>
88+
<dependency>
89+
<groupId>software.amazon.awssdk</groupId>
90+
<artifactId>sso</artifactId>
91+
</dependency>
92+
<dependency>
93+
<groupId>software.amazon.awssdk</groupId>
94+
<artifactId>ssooidc</artifactId>
95+
</dependency>
8896
</dependencies>
8997
</project>

javav2/example_code/s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>software.amazon.awssdk</groupId>
6060
<artifactId>bom</artifactId>
61-
<version>2.26.14</version>
61+
<version>2.29.45</version>
6262
<type>pom</type>
6363
<scope>import</scope>
6464
</dependency>

0 commit comments

Comments
 (0)