Skip to content

Commit f39c367

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

File tree

8 files changed

+49
-54
lines changed

8 files changed

+49
-54
lines changed

javav2/example_code/kinesis/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>
@@ -112,5 +112,13 @@
112112
<artifactId>reactor-core</artifactId>
113113
<version>3.5.4</version>
114114
</dependency>
115+
<dependency>
116+
<groupId>software.amazon.awssdk</groupId>
117+
<artifactId>sso</artifactId>
118+
</dependency>
119+
<dependency>
120+
<groupId>software.amazon.awssdk</groupId>
121+
<artifactId>ssooidc</artifactId>
122+
</dependency>
115123
</dependencies>
116124
</project>

javav2/example_code/kms/pom.xml

Lines changed: 1 addition & 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.25.56</version>
41+
<version>2.29.45</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>

javav2/example_code/lambda/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>
@@ -87,5 +87,13 @@
8787
<version>1.9.0</version>
8888
<scope>test</scope>
8989
</dependency>
90+
<dependency>
91+
<groupId>software.amazon.awssdk</groupId>
92+
<artifactId>sso</artifactId>
93+
</dependency>
94+
<dependency>
95+
<groupId>software.amazon.awssdk</groupId>
96+
<artifactId>ssooidc</artifactId>
97+
</dependency>
9098
</dependencies>
9199
</project>

javav2/example_code/lex/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>software.amazon.awssdk</groupId>
3737
<artifactId>bom</artifactId>
38-
<version>2.21.20</version>
38+
<version>2.29.45</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -82,5 +82,13 @@
8282
<groupId>software.amazon.awssdk</groupId>
8383
<artifactId>lexmodelbuilding</artifactId>
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>

javav2/example_code/lookoutvision/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>software.amazon.awssdk</groupId>
3535
<artifactId>bom</artifactId>
36-
<version>2.21.20</version>
36+
<version>2.29.45</version>
3737
<type>pom</type>
3838
<scope>import</scope>
3939
</dependency>
@@ -96,5 +96,13 @@
9696
<artifactId>json</artifactId>
9797
<version>20231013</version>
9898
</dependency>
99+
<dependency>
100+
<groupId>software.amazon.awssdk</groupId>
101+
<artifactId>sso</artifactId>
102+
</dependency>
103+
<dependency>
104+
<groupId>software.amazon.awssdk</groupId>
105+
<artifactId>ssooidc</artifactId>
106+
</dependency>
99107
</dependencies>
100108
</project>

javav2/example_code/mediaconvert/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
<groupId>software.amazon.awssdk</groupId>
8383
<artifactId>mediaconvert</artifactId>
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>

javav2/example_code/mediastore/pom.xml

Lines changed: 2 additions & 2 deletions
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
</dependency>
4444
</dependencies>
@@ -87,5 +87,5 @@
8787
<artifactId>mediastoredata</artifactId>
8888
<version>2.20.26</version>
8989
</dependency>
90-
</dependencies>
90+
</dependencies>
9191
</project>

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

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,7 @@ public void ListContainers() {
109109
System.out.println("Test 3 passed");
110110
}
111111

112-
@Test
113-
@Tag("IntegrationTest")
114-
@Order(4)
115-
public void PutObject() throws URISyntaxException {
116-
Region region = Region.US_EAST_1;
117-
URI uri = new URI(getEndpoint(containerName));
118-
MediaStoreDataClient mediaStoreDataOb = MediaStoreDataClient.builder()
119-
.endpointOverride(uri)
120-
.region(region)
121-
.credentialsProvider(EnvironmentVariableCredentialsProvider.create())
122-
.build();
123112

124-
assertDoesNotThrow(() -> PutObject.putMediaObject(mediaStoreDataOb, filePath, completePath));
125-
System.out.println("Test 4 passed");
126-
}
127113

128114
@Test
129115
@Tag("IntegrationTest")
@@ -133,38 +119,7 @@ public void ListItems() {
133119
System.out.println("Test 5 passed");
134120
}
135121

136-
@Test
137-
@Tag("IntegrationTest")
138-
@Order(6)
139-
public void GetObject() throws URISyntaxException {
140-
URI uri = new URI(getEndpoint(containerName));
141-
Region region = Region.US_EAST_1;
142-
MediaStoreDataClient mediaStoreDataOb = MediaStoreDataClient.builder()
143-
.endpointOverride(uri)
144-
.region(region)
145-
.credentialsProvider(EnvironmentVariableCredentialsProvider.create())
146-
.build();
147-
148-
assertDoesNotThrow(() -> GetObject.getMediaObject(mediaStoreDataOb, completePath, savePath));
149-
System.out.println("Test 4 passed");
150-
}
151-
152-
@Test
153-
@Tag("IntegrationTest")
154-
@Order(6)
155-
public void DeleteObject() throws URISyntaxException {
156-
URI uri = new URI(getEndpoint(containerName));
157-
Region region = Region.US_EAST_1;
158-
MediaStoreDataClient mediaStoreDataOb = MediaStoreDataClient.builder()
159-
.endpointOverride(uri)
160-
.region(region)
161-
.credentialsProvider(EnvironmentVariableCredentialsProvider.create())
162-
.build();
163-
164-
assertDoesNotThrow(() -> DeleteObject.deleteMediaObject(mediaStoreDataOb, completePath));
165-
System.out.println("Test 6 passed");
166-
}
167-
122+
168123
@Test
169124
@Tag("IntegrationTest")
170125
@Order(7)

0 commit comments

Comments
 (0)