Skip to content

Commit d34fa06

Browse files
committed
updated the SDK build number
1 parent f39c367 commit d34fa06

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

javav2/example_code/mediastore/src/test/java/MediaStoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public void ListItems() {
119119
System.out.println("Test 5 passed");
120120
}
121121

122-
122+
123123
@Test
124124
@Tag("IntegrationTest")
125125
@Order(7)

javav2/example_code/memorydb/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>
@@ -117,5 +117,13 @@
117117
<artifactId>memorydb</artifactId>
118118
<version>2.20.26</version>
119119
</dependency>
120+
<dependency>
121+
<groupId>software.amazon.awssdk</groupId>
122+
<artifactId>sso</artifactId>
123+
</dependency>
124+
<dependency>
125+
<groupId>software.amazon.awssdk</groupId>
126+
<artifactId>ssooidc</artifactId>
127+
</dependency>
120128
</dependencies>
121129
</project>

javav2/example_code/migrationhub/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>software.amazon.awssdk</groupId>
4141
<artifactId>bom</artifactId>
42-
<version>2.21.20</version>
42+
<version>2.29.45</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>
@@ -82,5 +82,13 @@
8282
<artifactId>junit-platform-commons</artifactId>
8383
<version>1.9.2</version>
8484
</dependency>
85+
<dependency>
86+
<groupId>software.amazon.awssdk</groupId>
87+
<artifactId>sso</artifactId>
88+
</dependency>
89+
<dependency>
90+
<groupId>software.amazon.awssdk</groupId>
91+
<artifactId>ssooidc</artifactId>
92+
</dependency>
8593
</dependencies>
8694
</project>

0 commit comments

Comments
 (0)