From f1fb04e43512983e3e4f38f1a98435a2720519dc Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Mon, 19 Aug 2024 15:43:10 +0200 Subject: [PATCH] OKAPI-1190: Upgrade testcontainers, commons-* https://folio-org.atlassian.net/browse/OKAPI-1190 Upgrade testcontainers, commons-compress, commons-lang3, commons-fileupload, commons-io Currently the dependencies are used for testing only. However, this may change in future. Upgrade the dependencies to versions without vulnerabilities. --- pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 73affe858..09e985ce5 100644 --- a/pom.xml +++ b/pom.xml @@ -120,10 +120,36 @@ org.testcontainers testcontainers-bom - 1.19.5 + 1.20.1 pom import + + + org.apache.commons + commons-compress + 1.27.0 + + + + org.apache.commons + commons-lang3 + 3.16.0 + + + + commons-fileupload + commons-fileupload + 1.5 + + + + commons-io + commons-io + 2.16.1 + org.mockito mockito-bom