Upgrade tomcat-version-9.0.36 fix vulnerabilities. 46/109746/1
authoruj426b <uj426b@att.com>
Wed, 1 Jul 2020 16:12:06 +0000 (12:12 -0400)
committeruj426b <uj426b@att.com>
Wed, 1 Jul 2020 16:14:46 +0000 (12:14 -0400)
Change-Id: I91b79ce794b725df4e974b49317e68ab194dcd20
Issue-ID: POLICY-2678
Signed-off-by: uj426b <uj426b@att.com>
packages/base/pom.xml
packages/docker/src/main/docker/docker-install.sh

index d139ef7..c5aea81 100755 (executable)
@@ -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.
                                                                <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
index ac97795..54841e3 100644 (file)
@@ -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)"