diff --git a/README.md b/README.md
index 62aa1b93..574bf50c 100644
--- a/README.md
+++ b/README.md
@@ -54,11 +54,11 @@ Add the following to your `pom.xml` dependencies:
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
```
-Replace `1.27.4` in `1.27.4` with the latest release version for the SDK.
+Replace `1.28.0` in `1.28.0` 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
### Building AWS IoT SDK from source
@@ -127,4 +127,4 @@ Check out our resources for additional guidance too before opening an issue:
This library is licensed under the [Apache 2.0 License](./documents/LICENSE).
-Latest released version: v1.27.4
+Latest released version: v1.28.0
diff --git a/documents/ANDROID.md b/documents/ANDROID.md
index 06d6fe22..64bee9fb 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.27.4`)
-git clone --branch v1.27.4 --recurse-submodules https://github.com/aws/aws-iot-device-sdk-java-v2.git
+# (Use the latest version of the SDK here instead of `v1.28.0`)
+git clone --branch v1.28.0 --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.27.4'
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.28.0'
}
```
-Replace `1.27.4` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.4` with the latest release version for the SDK.
+Replace `1.28.0` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.28.0` 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.27.4'
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.28.0'
}
```
-Replace `1.27.4` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.4` with the latest release version for the SDK
+Replace `1.28.0` in `software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.28.0` 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/AndroidKeyChainPubSub/src/main/java/androidkeychainpubsub/pom.xml b/samples/Android/AndroidKeyChainPubSub/src/main/java/androidkeychainpubsub/pom.xml
index 44e8b806..ebe8e73d 100644
--- a/samples/Android/AndroidKeyChainPubSub/src/main/java/androidkeychainpubsub/pom.xml
+++ b/samples/Android/AndroidKeyChainPubSub/src/main/java/androidkeychainpubsub/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/Android/app/build.gradle b/samples/Android/app/build.gradle
index d4ff7a11..91e1ced8 100644
--- a/samples/Android/app/build.gradle
+++ b/samples/Android/app/build.gradle
@@ -75,7 +75,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
- api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.27.4'
+ api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.28.0'
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/Greengrass/Discovery/pom.xml b/samples/Greengrass/Discovery/pom.xml
index a6482318..1c006723 100644
--- a/samples/Greengrass/Discovery/pom.xml
+++ b/samples/Greengrass/Discovery/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/Greengrass/GreengrassIPC/pom.xml b/samples/Greengrass/GreengrassIPC/pom.xml
index 4a9461f6..acbbc8dd 100644
--- a/samples/Greengrass/GreengrassIPC/pom.xml
+++ b/samples/Greengrass/GreengrassIPC/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/Mqtt/Mqtt5AwsWebsocket/pom.xml b/samples/Mqtt/Mqtt5AwsWebsocket/pom.xml
index 4e82d595..2ffdaa68 100644
--- a/samples/Mqtt/Mqtt5AwsWebsocket/pom.xml
+++ b/samples/Mqtt/Mqtt5AwsWebsocket/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/Mqtt/Mqtt5CustomAuthSigned/pom.xml b/samples/Mqtt/Mqtt5CustomAuthSigned/pom.xml
index ca1864eb..6c80a9b3 100644
--- a/samples/Mqtt/Mqtt5CustomAuthSigned/pom.xml
+++ b/samples/Mqtt/Mqtt5CustomAuthSigned/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/Mqtt/Mqtt5CustomAuthUnsigned/pom.xml b/samples/Mqtt/Mqtt5CustomAuthUnsigned/pom.xml
index bb8b381e..b71e87b9 100644
--- a/samples/Mqtt/Mqtt5CustomAuthUnsigned/pom.xml
+++ b/samples/Mqtt/Mqtt5CustomAuthUnsigned/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/Mqtt/Mqtt5Pkcs11/pom.xml b/samples/Mqtt/Mqtt5Pkcs11/pom.xml
index 1aba8dc6..da416a9d 100644
--- a/samples/Mqtt/Mqtt5Pkcs11/pom.xml
+++ b/samples/Mqtt/Mqtt5Pkcs11/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/Mqtt/Mqtt5X509/pom.xml b/samples/Mqtt/Mqtt5X509/pom.xml
index 1288ac80..cacb72c3 100644
--- a/samples/Mqtt/Mqtt5X509/pom.xml
+++ b/samples/Mqtt/Mqtt5X509/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/ServiceClients/CommandsSandbox/pom.xml b/samples/ServiceClients/CommandsSandbox/pom.xml
index 6fa63ba6..e1539723 100644
--- a/samples/ServiceClients/CommandsSandbox/pom.xml
+++ b/samples/ServiceClients/CommandsSandbox/pom.xml
@@ -42,7 +42,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/ServiceClients/JobsSandbox/pom.xml b/samples/ServiceClients/JobsSandbox/pom.xml
index 9b13d735..4ec8c601 100644
--- a/samples/ServiceClients/JobsSandbox/pom.xml
+++ b/samples/ServiceClients/JobsSandbox/pom.xml
@@ -37,7 +37,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/ServiceClients/Provisioning/Basic/pom.xml b/samples/ServiceClients/Provisioning/Basic/pom.xml
index 72c6cc99..ecf5f627 100644
--- a/samples/ServiceClients/Provisioning/Basic/pom.xml
+++ b/samples/ServiceClients/Provisioning/Basic/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/ServiceClients/Provisioning/Csr/pom.xml b/samples/ServiceClients/Provisioning/Csr/pom.xml
index 983439af..378f3912 100644
--- a/samples/ServiceClients/Provisioning/Csr/pom.xml
+++ b/samples/ServiceClients/Provisioning/Csr/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0
diff --git a/samples/ServiceClients/ShadowSandbox/pom.xml b/samples/ServiceClients/ShadowSandbox/pom.xml
index 9e0edaca..65994519 100644
--- a/samples/ServiceClients/ShadowSandbox/pom.xml
+++ b/samples/ServiceClients/ShadowSandbox/pom.xml
@@ -27,7 +27,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.27.4
+ 1.28.0