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 /packages | |
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 'packages')
-rwxr-xr-x | packages/base/pom.xml | 4 | ||||
-rw-r--r-- | packages/docker/src/main/docker/docker-install.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml index 974f9eb34..fb95511d1 100755 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -118,14 +118,14 @@ <artifactItem> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat</artifactId> - <version>8.0.53</version> + <version>8.5.34</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.53.tar.gz</destFileName> + <destFileName>apache-tomcat-8.5.34.tar.gz</destFileName> </artifactItem> </artifactItems> </configuration> diff --git a/packages/docker/src/main/docker/docker-install.sh b/packages/docker/src/main/docker/docker-install.sh index 3700e5731..36cc8aa92 100644 --- a/packages/docker/src/main/docker/docker-install.sh +++ b/packages/docker/src/main/docker/docker-install.sh @@ -628,7 +628,7 @@ DEBUG=n BASE_CONF=base.conf -TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.53 +TOMCAT_PACKAGE_NAME=apache-tomcat-8.5.34 INSTALL_DIR="$(pwd)" |