Skip to content

Commit 41677a7

Browse files
committed
updated the SDK build number
1 parent 0919051 commit 41677a7

File tree

1 file changed

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

1 file changed

+9
-1
lines changed

javav2/example_code/redshift/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>software.amazon.awssdk</groupId>
4646
<artifactId>bom</artifactId>
47-
<version>2.27.22</version>
47+
<version>2.29.45</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>
@@ -151,5 +151,13 @@
151151
<groupId>org.apache.logging.log4j</groupId>
152152
<artifactId>log4j-1.2-api</artifactId>
153153
</dependency>
154+
<dependency>
155+
<groupId>software.amazon.awssdk</groupId>
156+
<artifactId>sso</artifactId>
157+
</dependency>
158+
<dependency>
159+
<groupId>software.amazon.awssdk</groupId>
160+
<artifactId>ssooidc</artifactId>
161+
</dependency>
154162
</dependencies>
155163
</project>

0 commit comments

Comments
 (0)