aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruj426b <uj426b@att.com>2020-07-21 16:03:19 -0400
committeruj426b <uj426b@att.com>2020-07-21 16:04:53 -0400
commit846be9a1a49034d46fcf432b9ccbe8bb9726c052 (patch)
tree0610f8e9b1a1cc33b5c8e0133d54d7fe27fec8fc
parent0c1cfa23676d20cd2dadecbb3002ed3a9fe96d47 (diff)
Apache Tomcat version upgrade to 9.0.37
Change-Id: I4f1895efa666db9adc1182a59607bd7cd26534aa Issue-ID: POLICY-2724 Signed-off-by: uj426b <uj426b@att.com>
-rwxr-xr-xpackages/base/pom.xml4
-rw-r--r--packages/docker/src/main/docker/docker-install.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index ccc5ee8c8..d8d9f6e09 100755
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -117,14 +117,14 @@
<artifactItem>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat</artifactId>
- <version>9.0.36</version>
+ <version>9.0.37</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-9.0.36.tar.gz</destFileName>
+ <destFileName>apache-tomcat-9.0.37.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 54841e3db..1158cf371 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-9.0.36
+TOMCAT_PACKAGE_NAME=apache-tomcat-9.0.37
INSTALL_DIR="$(pwd)"