summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2022-02-26 20:45:15 +0800
committerhekeguang <hekeguang@chinamobile.com>2022-02-26 20:45:26 +0800
commit37545534852e50f6fa0d46b2371d58a986410375 (patch)
tree66e35dc93719f1773c7ac28e037d7639a151dd16
parent435e09028085893c8a041e21bf156cb55acccdcc (diff)
Update tomcat version to 9.0.56.
Issue-ID: USECASEUI-635 Change-Id: I0eae8087c074cc6c301e521ab27fbabebd386540 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bf21ee81..42f76d67 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.39</tomcat.version>
+ <tomcat.version>9.0.56</tomcat.version>
</properties>
<!--distributionManagement>