aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorRina Roi <rina.roi@intl.att.com>2019-07-10 15:53:25 +0300
committerRina Roi <rina.roi@intl.att.com>2019-07-11 11:05:28 +0300
commitb7719bae06f969d1293fad1a16c180afd7ded761 (patch)
tree26edce8b0e7cac57a12cae510e733d06499f51f6 /vid-app-common/pom.xml
parent58d22b526418ffeb89337fed9e20406da420bc6f (diff)
upgrade jersey version for api tests
Issue-ID: VID-472 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 072a891d8..1749039d6 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -33,7 +33,7 @@
so following orm.version lets epsdk-core find it -->
<hibernate.version>4.3.11.Final</hibernate.version>
<jackson.version>2.9.8</jackson.version>
- <jersey.version>2.27</jersey.version>
+ <jersey.version>2.28</jersey.version>
<surefire.version>2.22.1</surefire.version>
<sonar.coverage.exclusions>**/webapp/**/*,**/*.js</sonar.coverage.exclusions>