When running
flutter pub upgrade --major-versions
I noticed upgrades for versions like 1.2.3 -> 1.2.4 are ignored and pubscpec.yaml is not updated!
It looks like this command doesn't update minor or patch level upgrades. Any automated tools that could do this and update pubspec.yaml as well?