Updating from 5.02 to 5.03 with composer update - Doesn't update version

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?

It’s working strange. To procide with upgrade by compsoer I needed to edit composer.json and replace 5.0.2 to 5.03. Then upgrade was done. BUT. During that local.php with all options was deleted. Make backup of this file.

I haven’t tried that yet, but thanks for the tip …

Does anyone else have an idea what’s the issue here?