Build: Update to Tomcat 9.0.88

This commit is contained in:
zzz
2024-04-17 07:45:40 -04:00
parent 84139e40fc
commit 33d56f5f2e
20 changed files with 4 additions and 4 deletions

View File

@ -346,9 +346,9 @@ Applications:
Systray (systray.jar):
Public domain.
Tomcat 9.0.62 (jasper-runtime.jar):
Tomcat 9.0.88 (jasper-runtime.jar):
(not included in most distribution packages)
Copyright 1999-2022 The Apache Software Foundation
Copyright 1999-2024 The Apache Software Foundation
See licenses/LICENSE-Apache2.0.txt
See licenses/NOTICE-Tomcat.txt

View File

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

Binary file not shown.

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.62" />
<property name="tomcat.ver" value="9.0.88" />
<!-- You probably don't want to change anything from here down -->
<target name="help" depends="all" />