diff options
author | Einat Vinouze <einat.vinouze@intl.att.com> | 2019-07-11 16:25:44 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-08-12 15:48:00 +0300 |
commit | 83157b3d4222e01810cfb2e0a5d9dccbb72f6b1b (patch) | |
tree | 62dca8df15fdc4103d468f986e3b63b1f5e10065 /vid-automation/pom.xml | |
parent | c939ac9eba0dba965fd0e61839676d8906ffeeeb (diff) |
Upgrade pom files
versions:use-latest-releases
Issue-ID: VID-512
Change-Id: I3bdc7ff06717776e4f15316cca623e8025066495
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/pom.xml')
-rw-r--r-- | vid-automation/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index a6ca977b1..81ec4a6d8 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -6,8 +6,8 @@ <artifactId>automationTest</artifactId> <version>1.0-SNAPSHOT</version> <properties> - <springframework.version>5.1.6.RELEASE</springframework.version> - <jersey.version>2.28</jersey.version> + <springframework.version>5.1.9.RELEASE</springframework.version> + <jersey.version>2.29</jersey.version> <jackson.version>2.9.9</jackson.version> <aspectj.version>1.8.10</aspectj.version> <selenium.version>3.6.0</selenium.version> |