We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e7e05 commit 6510b27Copy full SHA for 6510b27
sdk/pom.xml
@@ -42,13 +42,19 @@
42
<dependency>
43
<groupId>software.amazon.awssdk</groupId>
44
<artifactId>iot</artifactId>
45
- <version>2.30.9</version>
+ <version>2.31.44</version>
46
+ <scope>test</scope>
47
+ </dependency>
48
+ <dependency>
49
+ <groupId>software.amazon.awssdk</groupId>
50
+ <artifactId>iotjobsdataplane</artifactId>
51
52
<scope>test</scope>
53
</dependency>
54
55
56
<artifactId>sts</artifactId>
57
58
59
60
0 commit comments