diff --git a/pom.xml b/pom.xml
index b9906cb8417d782e4e5705d32684e2381f6d10a6..f7a15e02ea65f125f18a6c21b4ba9e33da0f7764 100755
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
2.3.3.RELEASE
2.2.2.RELEASE
2.17.1
+ 9.0.56
@@ -54,6 +55,59 @@
+
+ tomcat-embed-core
+
+
+ tomcat-annotations-api
+ org.apache.tomcat
+
+
+ org.apache.tomcat.embed
+ ${tomcat.embed.version}
+
+
+ tomcat-embed-websocket
+
+
+ tomcat-embed-core
+ org.apache.tomcat.embed
+
+
+ org.apache.tomcat.embed
+ ${tomcat.embed.version}
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-el
+ ${tomcat.embed.version}
+
+
+ org.springframework
+ spring-beans
+ 5.2.19.RELEASE
+
+
+ org.springframework
+ spring-jdbc
+ 5.2.19.RELEASE
+
+
+ org.springframework
+ spring-tx
+ 5.2.19.RELEASE
+
+
+ org.mybatis
+ mybatis
+ 3.5.9
+
+
+
+ org.hibernate
+ hibernate-core
+ 5.3.25.Final
+
netty-common
io.netty
@@ -221,7 +275,7 @@
org.springframework
spring-core
- 5.1.13.RELEASE
+ 5.2.19.RELEASE
org.apache.logging.log4j
@@ -383,12 +429,12 @@
org.springframework.security
spring-security-core
- 5.3.10.RELEASE
+ 5.3.13.RELEASE
org.springframework.security
spring-security-web
- 5.3.8.RELEASE
+ 5.3.13.RELEASE
org.springframework.security
@@ -504,9 +550,14 @@
org.springframework.security
spring-security-test
- 5.3.10.RELEASE
+ 5.3.13.RELEASE
test
+
+ org.springframework
+ spring-web
+ 5.2.19.RELEASE
+