Tomcat 9.0.45

This commit is contained in:
zzz
2021-04-25 10:53:47 -04:00
parent fe507b63b5
commit 28ea0e9025
13 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,5 @@
Apache Tomcat Apache Tomcat
Copyright 1999-2020 The Apache Software Foundation Copyright 1999-2021 The Apache Software Foundation
This product includes software developed at This product includes software developed at
The Apache Software Foundation (https://www.apache.org/). The Apache Software Foundation (https://www.apache.org/).

Binary file not shown.

View File

@@ -15,7 +15,7 @@
and versions in apps/jetty/build.gradle and versions in apps/jetty/build.gradle
--> -->
<property name="jetty.ver" value="9.3.29.v20201019" /> <property name="jetty.ver" value="9.3.29.v20201019" />
<property name="tomcat.ver" value="9.0.40" /> <property name="tomcat.ver" value="9.0.45" />
<!-- 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" />