Since OXID eShop Community Edition 6.2.x, the modules have 4 states. More Informations Installation and Activation — OXID eShop developer documentation 6.2.0 documentation
An Example to Update your PayPal Module Version 6.2.0 to 6.2.1
To change composer.json and composer.lock via console.
composer require --no-update oxid-esales/paypal-module:v6.2.1
composer update --no-dev
and maybe to load new metadata settings in your 1.yaml File
vendor/bin/oe-console oe:module:apply-configuration
To query the available module versions you can search via https://packagist.org/ your module e.g. PayPal Modul you find with “oxid-esales/paypal-module” and the result oxid-esales/paypal-module - Packagist
On the right side you can see the available versions and how to address them.