Hi there,
using Peripheral Tools, I just wanted to add an "universal i2c driver" (i.e., CMSIS based driver) to my project:

However, in the window where I get to "Select configuration component", I see a warning a FLEXCOM_I2C_CMSIS:
"Unsupported version of the I2C CMSIS Driver in the toolchain/IDE project. Required:2.2.0, actual 2.3.0"
Why is this and how do I resolve this issue?
FYI, this is my project setup:
Installed SDKs:

Theses are CMSIS SDK components in my project:

Running MCUXpresso IDE V11.6.1.
Thanks!