Square Law Of Software Dependencies: the number of bugs introduced by an upgrade is proportional to the square of the number of supporting modules upgraded.
If you upgrade 1 module, you will have to resolve 1 new bug.
If you upgrade 3 modules, 9 new bugs.
If you upgrade more than 10 modules, you should consider trashing the entire project and rewriting everything from scratch.