Skip to content

Commit 1095dfd

Browse files
authored
Merge pull request #206 from ESP32Async/json
bblanchon/ArduinoJson @ 7.4.2
2 parents f06bca1 + 9c6d6c3 commit 1095dfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
version: "^3.4.4"
3333
require: public
3434
bblanchon/arduinojson:
35-
version: "^7.4.1"
35+
version: "^7.4.2"
3636
require: public
3737
examples:
3838
- path: ./idf_component_examples/catchall

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ monitor_filters = esp32_exception_decoder, log2file
5959
lib_compat_mode = strict
6060
lib_ldf_mode = chain
6161
lib_deps =
62-
bblanchon/ArduinoJson @ 7.4.1
62+
bblanchon/ArduinoJson @ 7.4.2
6363
ESP32Async/AsyncTCP @ 3.4.4
6464
board_build.partitions = partitions-4MB.csv
6565
board_build.filesystem = littlefs
@@ -96,7 +96,7 @@ platform = espressif8266
9696
; board = huzzah
9797
board = d1_mini
9898
lib_deps =
99-
bblanchon/ArduinoJson @ 7.4.1
99+
bblanchon/ArduinoJson @ 7.4.2
100100
ESP32Async/ESPAsyncTCP @ 2.0.0
101101

102102
[env:raspberrypi]
@@ -153,7 +153,7 @@ build_flags = ${env.build_flags}
153153
platform = espressif8266
154154
board = ${sysenv.PIO_BOARD}
155155
lib_deps =
156-
bblanchon/ArduinoJson @ 7.4.1
156+
bblanchon/ArduinoJson @ 7.4.2
157157
ESP32Async/ESPAsyncTCP @ 2.0.0
158158

159159
[env:ci-raspberrypi]

0 commit comments

Comments
 (0)