Merge pull request #296001 from anthonyroussel/tomcat-upgrade

tomcat10: 10.1.18 -> 10.1.19, tomcat9: 9.0.85 -> 9.0.87
This commit is contained in:
Mario Rodas 2024-03-14 19:41:56 -05:00 committed by GitHub
commit 9e74ca5b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,12 +39,12 @@ let
in {
tomcat9 = common {
version = "9.0.85";
hash = "sha256-oYdNXi5yADqBJ25alSAASsoRPxNfyEEzQim2j20luh4=";
version = "9.0.87";
hash = "sha256-2kgvuSIAhtvzceGAqgnGQCr48EhYZzTN7dSgjEjUzgI=";
};
tomcat10 = common {
version = "10.1.18";
hash = "sha256-baC0y9MUDmSocZot4ZwgvzkC0mShQqgWrFUq4hat4xE=";
version = "10.1.19";
hash = "sha256-w+pp2SvPw+15Ko2AeUrNuFbxwF2KBF4XpxoliKDHULc=";
};
}