summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2020-08-10 14:42:17 +0800
committercyuamber <xuranyjy@chinamobile.com>2020-08-10 14:42:23 +0800
commitfb675a15a5cc6d947178901dc9027f1da6726f41 (patch)
tree9820d61b240c7b3853cb0e997c5887ed426a5033 /pom.xml
parent0aad53ee418abd2f5c782beba8cb3d3f28c155ef (diff)
feat: change the version of tomcat
Change-Id: I08bfe6746e510785f95cdfd0e6a2c8a7e081c641 Issue-ID: USECASEUI-440 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7cfcfc9d..22617445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
<snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>content/repositories/releases/</releaseNexusPath>
<siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath>
- <tomcat.version>9.0.26</tomcat.version>
+ <tomcat.version>9.0.36</tomcat.version>
</properties>
<!--distributionManagement>