At the beginning of each sprint, feature team has responsibility to update dependencies of plugin they are working on.
You can run composer outdated
, you will have a list of dependencies to
bump.
Run the following command:
composer update --with-all-dependencies