Update pom.xml

This commit is contained in:
Misagh Moayyed 2018-10-20 23:08:22 +03:30 committed by GitHub
parent 82c21161b9
commit fe25e1ce95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>