Tomcat 9.0.54

This commit is contained in:
zzz
2021-10-11 10:46:26 -04:00
parent 917b7e615e
commit 6b823e6381
19 changed files with 3 additions and 3 deletions

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -15,7 +15,7 @@
and versions in gradle.properties and apps/jetty/build.gradle
-->
<property name="jetty.ver" value="9.3.30.v20211001" />
<property name="tomcat.ver" value="9.0.45" />
<property name="tomcat.ver" value="9.0.54" />
<!-- You probably don't want to change anything from here down -->
<target name="help" depends="all" />