Update Drupal module version using composer

Update Drupal module version using composer

Get the list of outdated modules: 

composer outdated "drupal/*"

Install module update:

composer update drupal/module_name --with-dependencies

Then, run the database updates /update.php & Clear the drupal cache :)