Update pom.xml
This commit is contained in:
parent
82c21161b9
commit
fe25e1ce95
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue