Skip to content

Commit af46d30

Browse files
[v1.17.0] Service Client Support for Mqtt5 Client (#477)
Co-authored-by: GitHub Actions <aws-sdk-common-runtime@amazon.com>
1 parent 0515915 commit af46d30

17 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ Consuming this SDK via Maven is the preferred method of consuming it and using i
5656
<dependency>
5757
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
5858
<artifactId>aws-iot-device-sdk</artifactId>
59-
<version>1.15.0</version>
59+
<version>1.16.0</version>
6060
</dependency>
6161
```
6262

63-
Replace `1.15.0` in `<version>1.15.0</version>` with the latest release version for the SDK.
63+
Replace `1.16.0` in `<version>1.16.0</version>` with the latest release version for the SDK.
6464
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
6565

6666
### Build IoT Device SDK from source
@@ -183,4 +183,4 @@ We need your help in making this SDK great. Please participate in the community
183183

184184
This library is licensed under the Apache 2.0 License.
185185

186-
Latest released version: v1.16.0
186+
Latest released version: v1.17.0

samples/BasicConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/BasicPubSub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/CognitoConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/CustomAuthorizerConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/CustomKeyOpsConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/FleetProvisioning/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/Greengrass/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/GreengrassIPC/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

samples/JavaKeystoreConnect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.15.0</version>
23+
<version>1.16.0</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

0 commit comments

Comments
 (0)