Skip to content

Commit 41fc0f2

Browse files
committed
Update the manifest.yml to point to latest LTS
1 parent fa50223 commit 41fc0f2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

manifest.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,37 @@ description: |-
88
See dependencies for included libraries."
99
dependencies:
1010
- name: "coreMQTT"
11-
version: "000a574c0eb7dcaa68caf3e70f06b32d8568c1d1"
11+
version: "v2.3.1"
1212
repository:
1313
type: "git"
1414
url: "https://github.com/FreeRTOS/coreMQTT"
1515
path: "libraries/standard/coreMQTT"
1616
- name: "coreJSON"
17-
version: "8d216b5876ba6953e8b60a20d32eae62992d09fe"
17+
version: "v3.3.0"
1818
repository:
1919
type: "git"
2020
url: "https://github.com/FreeRTOS/coreJSON"
2121
path: "libraries/standard/coreJSON"
2222
- name: "Device-Shadow-for-AWS-IoT-embedded-sdk"
23-
version: "0c17830735d83fe1e399af056820de0f4666f43c"
23+
version: "v1.4.1"
2424
repository:
2525
type: "git"
2626
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk"
2727
path: "libraries/aws/device-shadow-for-aws-iot-embedded-sdk"
2828
- name: "coreHTTP"
29-
version: "1749807ef26d17cc8e5a14ad1c57aba62ffb5b21"
29+
version: "3.1.1"
3030
repository:
3131
type: "git"
3232
url: "https://github.com/FreeRTOS/coreHTTP"
3333
path: "libraries/standard/coreHTTP"
3434
- name: "Device-Defender-for-AWS-IoT-embedded-sdk"
35-
version: "747ae050e1d22682c8c757fff48dba2760094505"
35+
version: "v1.4.0"
3636
repository:
3737
type: "git"
3838
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk"
3939
path: "libraries/aws/device-defender-for-aws-iot-embedded-sdk"
4040
- name: "Jobs-for-AWS-IoT-embedded-sdk"
41-
version: "3e33c6a0eeaebb820a445a3d4b1a02896b3e557d"
41+
version: "v1.5.1"
4242
repository:
4343
type: "git"
4444
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk"
@@ -50,25 +50,25 @@ dependencies:
5050
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk"
5151
path: "libraries/aws/ota-for-aws-iot-embedded-sdk"
5252
- name: "backoffAlgorithm"
53-
version: "f4b3fcfe92002a3a7609e511fd05361b9e812021"
53+
version: "v1.4.1"
5454
repository:
5555
type: "git"
5656
url: "https://github.com/FreeRTOS/backoffAlgorithm"
5757
path: "libraries/standard/backoffAlgorithm"
5858
- name: "corePKCS11"
59-
version: "c671c11f2de13c31e8eb9563858fb513b4c5b678"
59+
version: "v3.6.1"
6060
repository:
6161
type: "git"
6262
url: "https://github.com/FreeRTOS/corePKCS11"
6363
path: "libraries/standard/corePKCS11"
6464
- name: "Fleet-Provisioning-for-AWS-IoT-embedded-sdk"
65-
version: "8ce2b28325efb917c2e357aed2361e3fa6162ecf"
65+
version: "v1.2.1"
6666
repository:
6767
type: "git"
6868
url: "https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk"
6969
path: "libraries/aws/fleet-provisioning-for-aws-iot-embedded-sdk"
7070
- name: "sigv4-for-AWS-IoT-embedded-sdk"
71-
version: "e82835329069d804e0db883d69eb4e1124dd7f08"
71+
version: "v1.3.0"
7272
repository:
7373
type: "git"
7474
url: "https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk"

0 commit comments

Comments
 (0)