aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-08-30 14:51:14 +0100
committerLiam Fallon <liam.fallon@est.tech>2022-08-30 20:33:24 +0000
commit836607d5c851f92dc1b2b274555b859755b8b211 (patch)
tree217250fc84a3113bfc66a1106e11f4775a3791b3
parent0dc400f79b745efa49adf0eed00ea9a7054919ea (diff)
Bump version of dependency to remove vulnerability
This new version seems to build fine. Issue-ID: POLICY-4333 Change-Id: I2f8d6b7fc6ec8c9598a181dcebc5d36b20a7b96b Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--policy-utils/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml
index 10a0509e..1b2772f4 100644
--- a/policy-utils/pom.xml
+++ b/policy-utils/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.7</version>
+ <version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>