diff options
author | mmis <michael.morris@ericsson.com> | 2018-10-25 15:00:22 +0100 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-25 17:41:01 +0000 |
commit | b9be194407acabc87d7e71b58430fbdd7ec4966e (patch) | |
tree | 2d5cfe5b132ec7feba958b5132b4144fe52cb117 /ONAP-SDK-APP | |
parent | d7630c4c59a2d5947d942684bbe4ce8741a8fa7b (diff) |
Upgraded Tomcat version to 8.5.341.3.1
Upgraded Tomcat to resolve security vulnerability
http://mail-archives.us.apache.org/mod_mbox/www-announce/201810.mbox/<4cf697b0-db03-9eab-f2aa-54c2026d0e88@apache.org>
Issue-ID: POLICY-1212
Change-Id: I05f09e3fb862ad485dee519a0014e51a0c8d9ac3
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'ONAP-SDK-APP')
-rw-r--r-- | ONAP-SDK-APP/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index 060c0c513..6d782a308 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -38,8 +38,8 @@ <!-- Tests usually require some setup that maven cannot do, so skip. --> <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/**/*</sonar.exclusions> <!-- Version number gets stored only here --> - <tomcat.download.path>http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.37/bin</tomcat.download.path> - <tomcat.download.name>apache-tomcat-8.0.37</tomcat.download.name> + <tomcat.download.path>http://archive.apache.org/dist/tomcat/tomcat-8/v8.5.34/bin</tomcat.download.path> + <tomcat.download.name>apache-tomcat-8.5.34</tomcat.download.name> </properties> <profiles> <!-- disable doclint, a new feature in Java 8, when generating javadoc --> |