Skip to content

Commit

Permalink
Merge branch 'feat/update_cjson_v1_7_17_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
feat(cJSON): update submodule to v1.7.17 (v5.1)

See merge request espressif/esp-idf!28349
  • Loading branch information
mahavirj committed Jan 24, 2024
2 parents d7e275c + 7869e58 commit 5dec348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Expand Up @@ -49,12 +49,12 @@
[submodule "components/json/cJSON"]
path = components/json/cJSON
url = ../../DaveGamble/cJSON.git
sbom-version = 1.7.16
sbom-version = 1.7.17
sbom-cpe = cpe:2.3:a:cjson_project:cjson:{}:*:*:*:*:*:*:*
sbom-supplier = Person: Dave Gamble
sbom-url = https://github.com/DaveGamble/cJSON
sbom-description = Ultralightweight JSON parser in ANSI C
sbom-hash = cb8693b058ba302f4829ec6d03f609ac6f848546
sbom-hash = 87d8f0961a01bf09bef98ff89bae9fdec42181ee

[submodule "components/mbedtls/mbedtls"]
path = components/mbedtls/mbedtls
Expand Down
2 changes: 1 addition & 1 deletion components/json/cJSON
Submodule cJSON updated 6 files
+7 −0 CHANGELOG.md
+1 −1 CMakeLists.txt
+1 −1 Makefile
+13 −3 cJSON.c
+1 −1 cJSON.h
+21 −0 tests/misc_tests.c

0 comments on commit 5dec348

Please sign in to comment.