Skip to content

Commit 87f2d7b

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

File tree

1 file changed

+9
-1
lines changed
  • javav2/example_code/forecast

1 file changed

+9
-1
lines changed

javav2/example_code/forecast/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>software.amazon.awssdk</groupId>
3131
<artifactId>bom</artifactId>
32-
<version>2.21.21</version>
32+
<version>2.29.45</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>
@@ -72,5 +72,13 @@
7272
<groupId>software.amazon.awssdk</groupId>
7373
<artifactId>forecast</artifactId>
7474
</dependency>
75+
<dependency>
76+
<groupId>software.amazon.awssdk</groupId>
77+
<artifactId>sso</artifactId>
78+
</dependency>
79+
<dependency>
80+
<groupId>software.amazon.awssdk</groupId>
81+
<artifactId>ssooidc</artifactId>
82+
</dependency>
7583
</dependencies>
7684
</project>

0 commit comments

Comments
 (0)