aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorByung-Woo Jun <byung-woo.jun@ericsson.com>2018-03-27 15:00:06 -0400
committerRob Daugherty <rd472p@att.com>2018-03-27 17:21:30 -0400
commit5c3d00ae7352d7278249f02b9264f37fd7235647 (patch)
tree7be4b54b042cb7b1efe35c6451314d21c734604e /pom.xml
parentb4473da1a753e63e66f5a9a3b1984fd4736273c2 (diff)
Fix Jar vulnerability and licensing
Upgraded Jar depdendencies in pom.xml Change-Id: I0bc67d18a9b99f70676659c4ac78975dcf4d6972 Issue-ID: SO-537 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.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 3dffe16f7a..9d1bcc5ca4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
- <version>${resteasy.version}</version>
+ <version>3.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>