From 237ef8d4cad285abfe657664b6d5ae3161f1742d Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 4 Nov 2024 15:43:29 +0100 Subject: Update commons-compress in sdc-helm-validator Issue-ID: SDC-4693 Change-Id: I37403506f9a5da66a612de9301b169f3fea8f41d Signed-off-by: Fiete Ostkamp --- pom.xml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 9d2c464..c237b8e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,11 +19,13 @@ yyyyMMdd'T'HHmmss - 0.34.1 - 2.5.9 + 0.34.1 + 2.5.9 2020.0.4 - 1.6.6 - 1.21 + 1.6.6 + 1.27.1 + 1.17.1 + 3.16.0 Dockerfile onap/${project.artifactId} @@ -43,9 +45,9 @@ - org.springframework.cloud - spring-cloud-starter-sleuth - + org.springframework.cloud + spring-cloud-starter-sleuth + org.springframework.cloud @@ -63,6 +65,16 @@ commons-compress ${apache.commons.compress.version} + + commons-codec + commons-codec + ${apache.commons.codec.version} + + + org.apache.commons + commons-lang3 + ${apache.commons.lang3.version} + org.springdoc -- cgit 1.2.3-korg