aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-08-30 14:51:14 +0100
committerliamfallon <liam.fallon@est.tech>2022-08-30 14:51:18 +0100
commit691e78930030629a7084649d256fe03e0a16aa83 (patch)
tree989c0540583950c2bc85bb773f1e66fc78a0a810
parentc7b8370b5f7a320e8f563df8271d9836845a8bca (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 b15ee8b5..0d8b18a3 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>