Update Tomcat dependency to 7.0.50
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3d59893f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3d59893f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3d59893f Branch: refs/heads/master Commit: 3d59893f8a62d8a6009a85484e52f58092dd835c Parents: a289b34 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Jan 30 09:20:52 2014 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Jan 30 09:20:52 2014 +0100 ---------------------------------------------------------------------- wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/3d59893f/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml index f846169..8f78ade 100644 --- a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml @@ -29,7 +29,7 @@ <description>Provides the code specific to integrate with Tomcat web container</description> <properties> - <tomcat.version>7.0.27</tomcat.version> + <tomcat.version>7.0.50</tomcat.version> </properties> <dependencies> @@ -92,4 +92,5 @@ </plugins> </pluginManagement> </build> + </project>
