Unverified Commit 632d8453 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #308094 from anthonyroussel/update-tomcat

tomcat10: 10.1.20 -> 10.1.23, tomcat9: 9.0.87 -> 9.0.88
parents 6408a1a2 c027a183
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@ let

in {
  tomcat9 = common {
    version = "9.0.87";
    hash = "sha256-2kgvuSIAhtvzceGAqgnGQCr48EhYZzTN7dSgjEjUzgI=";
    version = "9.0.88";
    hash = "sha256-vvgcyqT318ieqG61b2NDxRzXkzdMjswgOLen9eJ9Zig=";
  };

  tomcat10 = common {
    version = "10.1.20";
    hash = "sha256-hCfFUJ8U5IKUCgFfP2DeIDQtPXLI3qmYKk1xEstxpu4=";
    version = "10.1.23";
    hash = "sha256-pVcsnpD/geoWaB35cXa7ap9Texw/vg/7pSl/7lnDmKo=";
  };
}