Fix security hotspot on zipinputstream processing
Security hotspot on zipinputstream using apache-compress library.
Issue-ID: NONRTRIC-910
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I6a5725816f7ed3a97ab4a2c1c62098da8defd5bf
diff --git a/pom.xml b/pom.xml
index 9117296..6788aa5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<slf4j.version>2.0.7</slf4j.version>
<apache.httpcore.version>4.3.2</apache.httpcore.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
+ <apache.compress.version>1.22</apache.compress.version>
</properties>
<build>
<plugins>