Skip to content

Commit 8e8bf8e

Browse files
committed
Uses the latest version of Tomcat 7 in the sample
1 parent f5f0952 commit 8e8bf8e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-samples/spring-boot-sample-tomcat7-jsp

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<main.basedir>${basedir}/../..</main.basedir>
2121
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>
22-
<tomcat.version>7.0.56</tomcat.version>
22+
<tomcat.version>7.0.57</tomcat.version>
2323
<java.version>1.7</java.version>
2424
</properties>
2525
<dependencies>

0 commit comments

Comments
 (0)