Skip to content

Commit df5b8de

Browse files
committed
ArduinoJson @ 7.3.1
1 parent 06921c4 commit df5b8de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.5"
3030
require: public
3131
bblanchon/arduinojson:
32-
version: "^7.3.0"
32+
version: "^7.3.1"
3333
require: public
3434
examples:
3535
- path: ./idf_component_examples/catchall

platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ monitor_filters = esp32_exception_decoder, log2file
5454
lib_compat_mode = strict
5555
lib_ldf_mode = chain
5656
lib_deps =
57-
bblanchon/ArduinoJson @ 7.3.0
57+
bblanchon/ArduinoJson @ 7.3.1
5858
ESP32Async/AsyncTCP @ 3.3.5
5959
board_build.partitions = partitions-4MB.csv
6060
board_build.filesystem = littlefs
@@ -89,15 +89,15 @@ platform = espressif8266
8989
; board = huzzah
9090
board = d1_mini
9191
lib_deps =
92-
bblanchon/ArduinoJson @ 7.3.0
92+
bblanchon/ArduinoJson @ 7.3.1
9393
ESP32Async/ESPAsyncTCP @ 2.0.0
9494

9595
[env:raspberrypi]
9696
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
9797
board = rpipicow
9898
board_build.core = earlephilhower
9999
lib_deps =
100-
bblanchon/ArduinoJson @ 7.3.0
100+
bblanchon/ArduinoJson @ 7.3.1
101101
ayushsharma82/RPAsyncTCP@^1.3.0
102102
lib_ignore =
103103
lwIP_ESPHost
@@ -135,15 +135,15 @@ build_flags = ${env.build_flags}
135135
platform = espressif8266
136136
board = ${sysenv.PIO_BOARD}
137137
lib_deps =
138-
bblanchon/ArduinoJson @ 7.3.0
138+
bblanchon/ArduinoJson @ 7.3.1
139139
ESP32Async/ESPAsyncTCP @ 2.0.0
140140

141141
[env:ci-raspberrypi]
142142
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#4d1acd7caac8c055c05f5ac6c68fa5f079730947
143143
board = ${sysenv.PIO_BOARD}
144144
board_build.core = earlephilhower
145145
lib_deps =
146-
bblanchon/ArduinoJson @ 7.3.0
146+
bblanchon/ArduinoJson @ 7.3.1
147147
ayushsharma82/RPAsyncTCP@^1.3.0
148148
lib_ignore =
149149
lwIP_ESPHost

0 commit comments

Comments
 (0)