Update pom.xml

This commit is contained in:
Misagh Moayyed 2018-10-20 23:08:22 +03:30 committed by GitHub
parent e155261a6b
commit b2e1643893
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.16</version>
<version>8.5.34</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>8.5.16</version>
<version>8.5.34</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>