diff options
author | uj426b <uj426b@att.com> | 2020-07-01 12:12:06 -0400 |
---|---|---|
committer | uj426b <uj426b@att.com> | 2020-07-01 12:14:46 -0400 |
commit | c05a7e34c84c4d1271aedd3f86df8726bf99eee1 (patch) | |
tree | 29fcd70ae95459c0c29ab165b92e374f7199845f | |
parent | e94fe51df2e482d67f2cf0ef0a6d923b4414560b (diff) |
Upgrade tomcat-version-9.0.36 fix vulnerabilities.
Change-Id: I91b79ce794b725df4e974b49317e68ab194dcd20
Issue-ID: POLICY-2678
Signed-off-by: uj426b <uj426b@att.com>
-rwxr-xr-x | packages/base/pom.xml | 4 | ||||
-rw-r--r-- | packages/docker/src/main/docker/docker-install.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml index d139ef756..c5aea8121 100755 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -117,7 +117,7 @@ <artifactItem> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat</artifactId> - <version>9.0.16</version> + <version>9.0.36</version> <type>tar.gz</type> <!-- Please note that if you change this version, you must diff --git a/packages/docker/src/main/docker/docker-install.sh b/packages/docker/src/main/docker/docker-install.sh index ac9779553..54841e3db 100644 --- a/packages/docker/src/main/docker/docker-install.sh +++ b/packages/docker/src/main/docker/docker-install.sh @@ -3,7 +3,7 @@ #============LICENSE_START================================================== # ONAP Policy Engine #=========================================================================== -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. #=========================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -628,7 +628,7 @@ DEBUG=n BASE_CONF=base.conf -TOMCAT_PACKAGE_NAME=apache-tomcat-9.0.16 +TOMCAT_PACKAGE_NAME=apache-tomcat-9.0.36 INSTALL_DIR="$(pwd)" |