tomcat9: 9.0.68 -> 9.0.75

Fixes CVE-2022-45143 and CVE-2023-28708.

https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
This commit is contained in:
Thomas Gerbet 2023-05-20 13:09:20 +02:00
parent f05de2e216
commit 0749e39f64

View file

@ -32,8 +32,8 @@ let
in {
tomcat9 = common {
versionMajor = "9";
versionMinor = "0.68";
sha256 = "sha256-rxsv8zEIIbTel4CqIuncS5pellGwgHamKRa0KgzsOF0=";
versionMinor = "0.75";
sha256 = "sha256-VWfKg789z+ns1g3hDsCZFYQ+PsdqUEBeBHCihkGZelk=";
};
tomcat10 = common {