summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjz385p <jz385p@us.att.com>2020-06-03 12:50:14 +0530
committerJegadeesh Babu <jegadeesh.babu@att.com>2020-06-17 11:10:10 +0000
commitcfc431ee10a83ccc0a170ec4f8e674f6ccb63a8d (patch)
tree22a9339d0bec91a591b4a62f75f36ac45b8bc992 /pom.xml
parente276ad30dc38f55e06877df8fd0d3372534c8f47 (diff)
Fixed few security issues from the dependencies
Fixed security vulnerable issues Issue-ID: PORTAL-916 Change-Id: Icbc99c29f04f6390ab2903249ce92f25e2fb0fd2 Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e988633d..157db9ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<hibernate.version>4.3.11.Final</hibernate.version>
<fasterxml.version>2.8.11.4</fasterxml.version>
<!-- NOT provided by OParent, unfortunately -->
- <jacocoVersion>0.7.6.201602180812</jacocoVersion>
+ <jacocoVersion>0.8.1</jacocoVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<encoding>UTF-8</encoding>
<!-- <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions> -->