Skip to content

Commit a71d06e

Browse files
Merge pull request #154 from ESP32Async/arduinojson
bblanchon/ArduinoJson @ 7.4.0
2 parents f46930a + 1014be0 commit a71d06e

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
@@ -29,7 +29,7 @@ dependencies:
2929
version: "^3.3.8"
3030
require: public
3131
bblanchon/arduinojson:
32-
version: "^7.3.1"
32+
version: "^7.4.0"
3333
require: public
3434
examples:
3535
- path: ./idf_component_examples/catchall

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ monitor_filters = esp32_exception_decoder, log2file
5858
lib_compat_mode = strict
5959
lib_ldf_mode = chain
6060
lib_deps =
61-
bblanchon/ArduinoJson @ 7.3.1
61+
bblanchon/ArduinoJson @ 7.4.0
6262
ESP32Async/AsyncTCP @ 3.3.8
6363
board_build.partitions = partitions-4MB.csv
6464
board_build.filesystem = littlefs
@@ -93,7 +93,7 @@ platform = espressif8266
9393
; board = huzzah
9494
board = d1_mini
9595
lib_deps =
96-
bblanchon/ArduinoJson @ 7.3.1
96+
bblanchon/ArduinoJson @ 7.4.0
9797
ESP32Async/ESPAsyncTCP @ 2.0.0
9898

9999
[env:raspberrypi]
@@ -139,7 +139,7 @@ build_flags = ${env.build_flags}
139139
platform = espressif8266
140140
board = ${sysenv.PIO_BOARD}
141141
lib_deps =
142-
bblanchon/ArduinoJson @ 7.3.1
142+
bblanchon/ArduinoJson @ 7.4.0
143143
ESP32Async/ESPAsyncTCP @ 2.0.0
144144

145145
[env:ci-raspberrypi]

0 commit comments

Comments
 (0)