diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-08-12 18:01:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 18:01:25 +0000 |
commit | eee375dc2f2a12ed2633e35557320f94844bcc89 (patch) | |
tree | b438f4aa976834f8c2a754b923d0fb2cdcac4a2b /vid-automation | |
parent | 50ced1c69f4d5f6d06379450ea745f6ee146e7ab (diff) | |
parent | 83157b3d4222e01810cfb2e0a5d9dccbb72f6b1b (diff) |
Merge "Upgrade pom files"
Diffstat (limited to 'vid-automation')
-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> |