tomcat11: 11.0.8 -> 11.0.9

Fixes CVE-2025-52520 and CVE-2025-53506.

https://tomcat.apache.org/security-11.html#Fixed_in_Apache_Tomcat_11.0.9
(cherry picked from commit 82aed1e3a4)
This commit is contained in:
Thomas Gerbet
2025-07-11 20:09:29 +02:00
committed by Anthony Roussel
parent 42896c57ba
commit 1643b83a99

View File

@@ -70,7 +70,7 @@ in
}; };
tomcat11 = common { tomcat11 = common {
version = "11.0.8"; version = "11.0.9";
hash = "sha256-BGT3ORiCetG5hdhwpehW1ldfEJ0MrWEKSho9sPqadXI="; hash = "sha256-YsVio60p26PqBPWK4x6/yGXPISAzUWP88PwD1CbtOoc=";
}; };
} }