Commit 0749e39f authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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
parent f05de2e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {