Update version of third party libraries for P3 release (#1271)

* Update User Networking debug command for QEMU Demo

* Fix CI check fails

* Update version of third party libraries for P3 release

* Update submodule pointer for glib

* Update submodule pointer for libslirp

* Update submodule pointer for OTA

* Fix formatting

---------

Co-authored-by: Rohit Madan <rohitmdn@amazon.com>
This commit is contained in:
Rahul Kar
2024-11-04 18:10:29 +05:30
committed by GitHub
parent e13d6abc78
commit 89c685bb5c
4 changed files with 6 additions and 6 deletions

View File

@@ -96,14 +96,14 @@ dependencies:
path: "FreeRTOS-Plus/ThirdParty/mbedtls"
- name: "glib"
version: "2.76.3"
version: "2.78.1"
repository:
type: "git"
url: "https://gitlab.gnome.org/GNOME/glib.git"
path: "FreeRTOS-Plus/ThirdParty/glib"
- name: "libslirp"
version: "177da3d"
version: "v4.7.0"
repository:
type: "git"
url: "https://gitlab.freedesktop.org/slirp/libslirp.git"
@@ -117,7 +117,7 @@ dependencies:
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
- name: "ota"
version: "9a8395b"
version: "57d3efa"
repository:
type: "git"
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk"