diff --git a/README.md b/README.md
index e62b8722..f62e456c 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,11 @@ Consuming this SDK via Maven is the preferred method of consuming it and using i
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
```
-Replace `1.20.1` in `1.20.1` with the latest release version for the SDK.
+Replace `1.20.2` in `1.20.2` with the latest release version for the SDK.
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
### Build IoT Device SDK from source
@@ -95,4 +95,4 @@ is provided by code that been generated from a model of the service.
This library is licensed under the [Apache 2.0 License](./documents/LICENSE).
-Latest released version: v1.20.1
+Latest released version: v1.20.2
diff --git a/documents/ANDROID.md b/documents/ANDROID.md
index 4116b350..b27eb1e1 100644
--- a/documents/ANDROID.md
+++ b/documents/ANDROID.md
@@ -52,8 +52,8 @@ a dependency of the aws-iot-device-sdk-android library.
mkdir sdk-workspace
cd sdk-workspace
# Clone the SDK repository
-# (Use the latest version of the SDK here instead of `v1.20.1`)
-git clone --branch v1.20.1 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
+# (Use the latest version of the SDK here instead of `v1.20.2`)
+git clone --branch v1.20.2 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
# Compile and install the SDK for Android
cd aws-iot-device-sdk-java-v2/android
./gradlew build
@@ -74,10 +74,10 @@ repositories {
}
dependencies {
- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.1'
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.2'
}
```
-Replace `1.20.1` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.1` with the latest release version for the SDK.
+Replace `1.20.2` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.2` with the latest release version for the SDK.
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
### Consuming from locally installed
@@ -89,10 +89,10 @@ repositories {
}
dependencies {
- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.1'
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.2'
}
```
-Replace `1.20.1` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.1` with the latest release version for the SDK
+Replace `1.20.2` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.2` with the latest release version for the SDK
or replace with `1.0.0-SNAPSHOT` to use the SDK built and installed from source.
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
diff --git a/samples/Android/app/build.gradle b/samples/Android/app/build.gradle
index 540e3157..86234c30 100644
--- a/samples/Android/app/build.gradle
+++ b/samples/Android/app/build.gradle
@@ -61,7 +61,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.1'
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.20.2'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core:1.2.0'
diff --git a/samples/BasicConnect/pom.xml b/samples/BasicConnect/pom.xml
index 11d9f06e..5d66f763 100644
--- a/samples/BasicConnect/pom.xml
+++ b/samples/BasicConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/BasicPubSub/pom.xml b/samples/BasicPubSub/pom.xml
index 066ec3b5..637d7573 100644
--- a/samples/BasicPubSub/pom.xml
+++ b/samples/BasicPubSub/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/CognitoConnect/pom.xml b/samples/CognitoConnect/pom.xml
index 0ff18c6b..2cc3e022 100644
--- a/samples/CognitoConnect/pom.xml
+++ b/samples/CognitoConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/CustomAuthorizerConnect/pom.xml b/samples/CustomAuthorizerConnect/pom.xml
index a406b033..3201c2d0 100644
--- a/samples/CustomAuthorizerConnect/pom.xml
+++ b/samples/CustomAuthorizerConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/CustomKeyOpsConnect/pom.xml b/samples/CustomKeyOpsConnect/pom.xml
index 7c935e55..303dffb5 100644
--- a/samples/CustomKeyOpsConnect/pom.xml
+++ b/samples/CustomKeyOpsConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/FleetProvisioning/pom.xml b/samples/FleetProvisioning/pom.xml
index 7e9f5c72..61a6ba9a 100644
--- a/samples/FleetProvisioning/pom.xml
+++ b/samples/FleetProvisioning/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/Greengrass/pom.xml b/samples/Greengrass/pom.xml
index ef1105a3..1abd2108 100644
--- a/samples/Greengrass/pom.xml
+++ b/samples/Greengrass/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/GreengrassIPC/pom.xml b/samples/GreengrassIPC/pom.xml
index 758ec3c8..4fe61eee 100644
--- a/samples/GreengrassIPC/pom.xml
+++ b/samples/GreengrassIPC/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/JavaKeystoreConnect/pom.xml b/samples/JavaKeystoreConnect/pom.xml
index 4f602ea6..4665433f 100644
--- a/samples/JavaKeystoreConnect/pom.xml
+++ b/samples/JavaKeystoreConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/Jobs/pom.xml b/samples/Jobs/pom.xml
index 6680e324..10eb1a3f 100644
--- a/samples/Jobs/pom.xml
+++ b/samples/Jobs/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/Mqtt5/PubSub/pom.xml b/samples/Mqtt5/PubSub/pom.xml
index 1eec6efa..37c78b08 100644
--- a/samples/Mqtt5/PubSub/pom.xml
+++ b/samples/Mqtt5/PubSub/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/Mqtt5/SharedSubscription/pom.xml b/samples/Mqtt5/SharedSubscription/pom.xml
index 8d6b5e41..43999388 100644
--- a/samples/Mqtt5/SharedSubscription/pom.xml
+++ b/samples/Mqtt5/SharedSubscription/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/Pkcs11Connect/pom.xml b/samples/Pkcs11Connect/pom.xml
index cdb9e311..87f47768 100644
--- a/samples/Pkcs11Connect/pom.xml
+++ b/samples/Pkcs11Connect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/Pkcs12Connect/pom.xml b/samples/Pkcs12Connect/pom.xml
index 835ce88d..645f3c18 100644
--- a/samples/Pkcs12Connect/pom.xml
+++ b/samples/Pkcs12Connect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/Shadow/pom.xml b/samples/Shadow/pom.xml
index 9cd16292..337c2266 100644
--- a/samples/Shadow/pom.xml
+++ b/samples/Shadow/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/WebsocketConnect/pom.xml b/samples/WebsocketConnect/pom.xml
index 5fc41444..e50f540a 100644
--- a/samples/WebsocketConnect/pom.xml
+++ b/samples/WebsocketConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/WindowsCertConnect/pom.xml b/samples/WindowsCertConnect/pom.xml
index b2b87da1..2413f701 100644
--- a/samples/WindowsCertConnect/pom.xml
+++ b/samples/WindowsCertConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2
diff --git a/samples/X509CredentialsProviderConnect/pom.xml b/samples/X509CredentialsProviderConnect/pom.xml
index ed4ea1ea..d6c500e9 100644
--- a/samples/X509CredentialsProviderConnect/pom.xml
+++ b/samples/X509CredentialsProviderConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.20.1
+ 1.20.2