Skip to content

Commit 6510b27

Browse files
sfodsfodagain
authored andcommitted
Iot commands tests (#632)
1 parent 39e7e05 commit 6510b27

File tree

3 files changed

+603
-11
lines changed

3 files changed

+603
-11
lines changed

sdk/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,19 @@
4242
<dependency>
4343
<groupId>software.amazon.awssdk</groupId>
4444
<artifactId>iot</artifactId>
45-
<version>2.30.9</version>
45+
<version>2.31.44</version>
46+
<scope>test</scope>
47+
</dependency>
48+
<dependency>
49+
<groupId>software.amazon.awssdk</groupId>
50+
<artifactId>iotjobsdataplane</artifactId>
51+
<version>2.31.44</version>
4652
<scope>test</scope>
4753
</dependency>
4854
<dependency>
4955
<groupId>software.amazon.awssdk</groupId>
5056
<artifactId>sts</artifactId>
51-
<version>2.30.9</version>
57+
<version>2.31.44</version>
5258
<scope>test</scope>
5359
</dependency>
5460
<dependency>

0 commit comments

Comments
 (0)