Skip to content

Commit 51cbbd9

Browse files
authored
Merge pull request #2429 from arduino/mcmchris/plc-ide/libraries-version-security
[PXCT-676] PLC IDE Libraries Versions Update
2 parents 3315af9 + ad607f5 commit 51cbbd9

File tree

1 file changed

+5
-6
lines changed
  • content/software/plc-ide/tutorials/09.plc-ide-cloud-support

1 file changed

+5
-6
lines changed

content/software/plc-ide/tutorials/09.plc-ide-cloud-support/content.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ The example implementation comprises the following sequence:
111111
- [Hardware and Software Requirements](#hardware-and-software-requirements)
112112
- [Hardware Requirements](#hardware-requirements)
113113
- [Software Requirements](#software-requirements)
114-
- [PLC IDE & Arduino Cloud Integration](#plc-ide--arduino-cloud-integration)
115-
114+
- [PLC IDE \& Arduino Cloud Integration](#plc-ide--arduino-cloud-integration)
116115
- [Understanding the Process](#understanding-the-process)
117116
- [Example Implementation](#example-implementation)
118117
- [Setting Up the Arduino Cloud](#setting-up-the-arduino-cloud)
@@ -518,16 +517,16 @@ arduino-cli --config-file $env:LOCALAPPDATA\T\arduino-cli.yaml lib install Ardui
518517

519518
- Open your PLC IDE project
520519
- Perform a "Manual Download" to load the PLC runtime (as you would for first-time setup)
521-
- Update all library dependencies in the library panel to these latest versions:
520+
- Update all library dependencies in the library panel to these versions:
522521

523522
```console
524-
ArduinoIoTCloud 2.3.1
525-
Arduino_ConnectionHandler 1.0.0
523+
ArduinoIoTCloud 2.4.1
524+
Arduino_ConnectionHandler 1.0.1
526525
ArduinoECCX08 1.3.8
527526
ArduinoMqttClient 0.1.8
528527
Arduino_DebugUtils 1.4.0
529528
Arduino_Portenta_OTA 1.2.1
530-
Arduino_SecureElement 0.3.0
529+
Arduino_SecureElement 0.3.1
531530
ArduinoHttpClient 0.6.1
532531
```
533532

0 commit comments

Comments
 (0)