Upgrade tomcat to clear security issues 49/56649/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 17 Jul 2018 18:56:31 +0000 (14:56 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 17 Jul 2018 18:56:42 +0000 (14:56 -0400)
New security issue has appeared, so we will do minor upgrade.

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

index 8a809fe..56ff5f5 100755 (executable)
                                                                <artifactItem>
                                                                        <groupId>org.apache.tomcat</groupId>
                                                                        <artifactId>tomcat</artifactId>
-                                                                       <version>8.0.50</version>
+                                                                       <version>8.0.53</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.0.50.tar.gz</destFileName>
+                                                                       <destFileName>apache-tomcat-8.0.53.tar.gz</destFileName>
                                                                </artifactItem>
                                                        </artifactItems>
                                                </configuration>
index 7521f60..09cba6e 100644 (file)
@@ -622,7 +622,7 @@ DEBUG=n
 
 BASE_CONF=base.conf
 
-TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.50
+TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.53
 
 INSTALL_DIR="$(pwd)"