Are there any preexisting Maven plugins or commands to update the dependencies in the POM? Example: (if this was in my POM)
you can use dependencyManagement in your parent pom:
commons-lang commons-lang 2.4
this way, you need to change the version only once in the parent POM