<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.1</version>
By default this plugin gives Tomcat version 7.0.37, how can we point to Tomcat version 7.0.91? As our security team came up with some vulnerabilities for 7.0.37, we need to upgrade to 7.0.91. Is there any way we can configure the dependencies for the plugin?