Upgrade tomcat to 9.0.16 19/85819/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 19 Apr 2019 14:27:49 +0000 (10:27 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 19 Apr 2019 14:27:55 +0000 (10:27 -0400)
Removes security vulnerability.

Issue-ID: POLICY-1662
Change-Id: I6a90716af561d227265a83c820b1668a99ab1a30
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
packages/base/pom.xml
packages/docker/src/main/docker/docker-install.sh

index f5b936b..18dc891 100755 (executable)
                                                                <artifactItem>
                                                                        <groupId>org.apache.tomcat</groupId>
                                                                        <artifactId>tomcat</artifactId>
-                                                                       <version>8.5.34</version>
+                                                                       <version>9.0.16</version>
                                                                        <type>tar.gz</type>
                                                                        <!--
                                                                        Please note that if you change this version, you must
                                                                        update the docker-install.sh script to ensure the right
                                                                        file name is installed. 
                                                                         -->
-                                                                       <destFileName>apache-tomcat-8.5.34.tar.gz</destFileName>
+                                                                       <destFileName>apache-tomcat-9.0.16.tar.gz</destFileName>
                                                                </artifactItem>
                                                        </artifactItems>
                                                </configuration>
index 36cc8aa..fbd834d 100644 (file)
@@ -628,7 +628,7 @@ DEBUG=n
 
 BASE_CONF=base.conf
 
-TOMCAT_PACKAGE_NAME=apache-tomcat-8.5.34
+TOMCAT_PACKAGE_NAME=apache-tomcat-9.0.16
 
 INSTALL_DIR="$(pwd)"