From d3d26994a467f1dfe0904908b2b4370f6af0cb56 Mon Sep 17 00:00:00 2001 From: a-m-a-r-t-i-n <82928094+a-m-a-r-t-i-n@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:29:02 +1100 Subject: [PATCH] Bumped jetty-servlet version for CVE-2024-6763 This CVE affects jetty-servlet https://access.redhat.com/security/cve/cve-2024-6763 Signed-off-by: a-m-a-r-t-i-n <82928094+a-m-a-r-t-i-n@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79f5f7f..03e27e0 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ org.eclipse.jetty jetty-servlet - 11.0.24 + 12.0.17 com.github.ben-manes.caffeine