From d20e5475aeb9a2b2a6e0973e73c480a0d2ad5236 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Sun, 10 Nov 2024 03:16:14 +0900 Subject: [PATCH] upgrade commons-compress dependency due to security vulnerability (test scope only) --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2153ba71..73fe353c 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 1.12.0 2.3.232 4.13.2 - 1.20.1 + 1.20.3 com.zaxxer @@ -123,6 +123,11 @@ ${testcontainers.version} test + + org.apache.commons + commons-compress + [1.26.0,) + org.apache.commons commons-csv