aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/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-automation/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-automation/pom.xml')
-rw-r--r--vid-automation/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml
index 685e2b24a..c00f79926 100644
--- a/vid-automation/pom.xml
+++ b/vid-automation/pom.xml
@@ -7,7 +7,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<springframework.version>5.1.6.RELEASE</springframework.version>
- <jersey.version>2.27</jersey.version>
+ <jersey.version>2.28</jersey.version>
<jackson.version>2.9.7</jackson.version>
<aspectj.version>1.8.10</aspectj.version>
<selenium.version>3.6.0</selenium.version>