diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-02-26 20:45:15 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2022-02-26 20:45:26 +0800 |
commit | 37545534852e50f6fa0d46b2371d58a986410375 (patch) | |
tree | 66e35dc93719f1773c7ac28e037d7639a151dd16 | |
parent | 435e09028085893c8a041e21bf156cb55acccdcc (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |