updated to tomcat v9.0.46

This commit is contained in:
2021-06-01 13:34:37 -04:00
parent a109253419
commit 57706aeb72

View File

@@ -10,11 +10,11 @@
<properties>
<!-- The release version of the Java DCEVM Hotswap Docker image -->
<!-- See: https://bitbucket.org/inteligr8/java-dcevm-hotswap-docker -->
<java-dcevm-hotswap.version>11.0.10-1.4.1</java-dcevm-hotswap.version>
<java-dcevm-hotswap.version>11.0.11-1.4.1</java-dcevm-hotswap.version>
<!-- The version of Apache Tomcat to serve as the basis of this Docker image -->
<!-- See: https://tomcat.apache.org/download-90.cgi -->
<tomcat.version>9.0.45</tomcat.version>
<tomcat.version>9.0.46</tomcat.version>
<tomcat.majorVersion>9</tomcat.majorVersion>
<tomcat.mirror.baseUrl>https://apache.osuosl.org/tomcat</tomcat.mirror.baseUrl>