Tomcat 8.5.46

This commit is contained in:
zzz
2019-09-21 14:30:57 +00:00
parent 4f0d764540
commit 320569ef7f
11 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@ Applications:
Systray (systray.jar): Systray (systray.jar):
Public domain. Public domain.
Tomcat 8.5.40 (jasper-runtime.jar): Tomcat 8.5.46 (jasper-runtime.jar):
(not included in most distribution packages) (not included in most distribution packages)
Copyright 1999-2019 The Apache Software Foundation Copyright 1999-2019 The Apache Software Foundation
See licenses/LICENSE-Apache2.0.txt See licenses/LICENSE-Apache2.0.txt

View File

@ -9,7 +9,7 @@
<property file="build.properties"/> <property file="build.properties"/>
<!-- When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml --> <!-- When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml -->
<property name="jetty.ver" value="9.2.25.v20180606" /> <property name="jetty.ver" value="9.2.25.v20180606" />
<property name="tomcat.ver" value="8.5.40" /> <property name="tomcat.ver" value="8.5.46" />
<!-- You probably don't want to change anything from here down --> <!-- You probably don't want to change anything from here down -->
<target name="help" depends="all" /> <target name="help" depends="all" />