diff options
author | Einat Vinouze <einat.vinouze@intl.att.com> | 2019-07-07 14:15:07 +0300 |
---|---|---|
committer | Einat Vinouze <einat.vinouze@intl.att.com> | 2019-07-08 13:48:31 +0300 |
commit | d7192595536591a764afbdf159f68509b6b20bae (patch) | |
tree | bfaea56a47298f5d654acda158d7fc4e658898cf /vid-automation/pom.xml | |
parent | 89b0566dcf587d36f713d301b27009ce1d3bbec6 (diff) |
Upgrade to Spring 5.1.6 + simulator fasterxml
Issue-ID: VID-512
Change-Id: I9a74e6357671c5eee0a425354dcd07c762c69c83
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Diffstat (limited to 'vid-automation/pom.xml')
-rw-r--r-- | vid-automation/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index fb51a4a31..64135ce50 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -6,7 +6,7 @@ <artifactId>automationTest</artifactId> <version>1.0-SNAPSHOT</version> <properties> - <springframework.version>4.3.22.RELEASE</springframework.version> + <springframework.version>5.1.6.RELEASE</springframework.version> <jersey.version>2.27</jersey.version> <jackson.version>2.9.7</jackson.version> <aspectj.version>1.8.10</aspectj.version> |