Skip to content

Commit a9f5427

Browse files
committed
ArduinoJson update
1 parent b255baa commit a9f5427

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.10"
3333
require: public
3434
bblanchon/arduinojson:
35-
version: "^7.4.2"
35+
version: "^7.4.3"
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
@@ -72,7 +72,7 @@ monitor_filters = esp32_exception_decoder, log2file
7272
lib_compat_mode = strict
7373
lib_ldf_mode = chain
7474
lib_deps =
75-
bblanchon/ArduinoJson @ 7.4.2
75+
bblanchon/ArduinoJson @ 7.4.3
7676
; bblanchon/ArduinoJson @ 6.21.5
7777
; bblanchon/ArduinoJson @ 5.13.4
7878
ESP32Async/AsyncTCP @ 3.4.10
@@ -93,7 +93,7 @@ platform = espressif8266
9393
; board = huzzah
9494
board = d1_mini
9595
lib_deps =
96-
bblanchon/ArduinoJson @ 7.4.2
96+
bblanchon/ArduinoJson @ 7.4.3
9797
ESP32Async/ESPAsyncTCP @ 2.0.0
9898

9999
[env:raspberrypi]
@@ -167,7 +167,7 @@ board = ${sysenv.PIO_BOARD}
167167
platform = espressif8266
168168
board = ${sysenv.PIO_BOARD}
169169
lib_deps =
170-
bblanchon/ArduinoJson @ 7.4.2
170+
bblanchon/ArduinoJson @ 7.4.3
171171
ESP32Async/ESPAsyncTCP @ 2.0.0
172172

173173
[env:ci-raspberrypi]

0 commit comments

Comments
 (0)