tomcat9: 9.0.106 -> 9.0.107

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

https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.107
(cherry picked from commit d1173a321f)
This commit is contained in:
Thomas Gerbet
2025-07-11 20:04:38 +02:00
committed by Anthony Roussel
parent adbe9c4d3e
commit 42896c57ba

View File

@@ -60,8 +60,8 @@ let
in
{
tomcat9 = common {
version = "9.0.106";
hash = "sha256-EBMxGWDLyIvm2H75RsaF4WBSoNnRp24109GsQZG44n0=";
version = "9.0.107";
hash = "sha256-08qgrQpltJMafTrsok5VQc90O6X6nlGr2ls6MdC0hX0=";
};
tomcat10 = common {