Skip to content

Commit

Permalink
Updated POM to include the latest version of Apache Tomcat, and verif…
Browse files Browse the repository at this point in the history
…ied code.
  • Loading branch information
jyeary committed Oct 2, 2017
1 parent 0371bbb commit d30dc94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-dbcp</artifactId>
<version>8.5.16</version>
<version>8.5.21</version>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
Expand All @@ -45,12 +45,12 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<version>8.5.16</version>
<version>8.5.21</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>8.5.16</version>
<version>8.5.21</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>8.5.16</version>
<version>8.5.21</version>
</dependency>
</dependencies>
<name>Embedded Apache Tomcat 8.5.x</name>
Expand Down

0 comments on commit d30dc94

Please sign in to comment.