upgrade jersey version for api tests
Issue-ID: VID-472
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml
index 685e2b2..c00f799 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>