diff options
author | jz385p <jz385p@us.att.com> | 2020-06-03 12:50:14 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-06-17 11:10:10 +0000 |
commit | cfc431ee10a83ccc0a170ec4f8e674f6ccb63a8d (patch) | |
tree | 22a9339d0bec91a591b4a62f75f36ac45b8bc992 /pom.xml | |
parent | e276ad30dc38f55e06877df8fd0d3372534c8f47 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> --> |