From c84abfc8aa55fad39c1df9412a31b5456a8e6cbb Mon Sep 17 00:00:00 2001 From: Paul Gallagher Date: Tue, 24 Dec 2024 15:03:23 +0000 Subject: [PATCH] [Minor] Fix CVE-2024-7254 by upgrading logback and add exclusion for commons compress. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12f7f10..dd4a311 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ 0.12.6 0.17.5 3.9.0 - 1.5.12 + 1.5.13 1.18.36 5.14.2 1.33.6 @@ -221,6 +221,12 @@ org.testcontainers testcontainers ${dependency.testcontainers} + + + org.apache.commons + commons-compress + +