Running composer update mautic/core-lib --with-dependencies , in order to update from 5.02 to 5.03 seems to work fine (no error messages).
However, mautic still shows 5.02 as the version in the dashboard.
Also, after updating with comopser, if I run : php bin/console mautic:update:find , it still tells me there’s a new version out there (namely 5.03).
I cannot update through console commands, because it’s a composer installation.
What am I missing here?