diff options
Diffstat (limited to 'packages/base/pom.xml')
-rwxr-xr-x | packages/base/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |