Update pom.xml
This commit is contained in:
parent
e155261a6b
commit
b2e1643893
|
|
@ -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