From 85e0fe4c3f06656ded36f4167873422ad26bf5d2 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Thu, 19 Sep 2024 14:19:53 +0200 Subject: [PATCH] Update commons-compress to 1.27.1 fixing CVEs https://github.com/testcontainers/testcontainers-java/issues/8338 https://www.cve.org/CVERecord?id=CVE-2024-25710 https://www.cve.org/CVERecord?id=CVE-2024-26308 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 943ad02d6b..e9692708ba 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,13 @@ 1.2.0 0.32.0 + + 1.27.1 + registry.example.com path/example username @@ -268,6 +275,12 @@ junit-jupiter test + + org.apache.commons + commons-compress + ${commons-compress.version} + test + com.tngtech.archunit archunit-junit5