diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-26 18:26:07 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-02-26 18:37:47 +0200 |
commit | fb924bf030e262abad3f7cb1bc49b44d2bc12bcb (patch) | |
tree | 8dbc4286fd9f965a993a80525dd14ca90364562e | |
parent | 759686a89cd4b33bcfc00a54de46ae912fede772 (diff) |
Bump springframework to 5.2.3.RELEASE
Issue-ID: VID-755
Change-Id: I96c5d689e005a7f376b9eda81e5c03770ccd8c36
Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rw-r--r-- | vid-automation/pom.xml | 2 | ||||
-rw-r--r-- | vid-ext-services-simulator/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 77d54dbd4..b5eda98cf 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>5.1.9.RELEASE</springframework.version> + <springframework.version>5.2.3.RELEASE</springframework.version> <jersey.version>2.29</jersey.version> <jackson.version>2.9.9</jackson.version> <jackson.databind.version>2.9.9.3</jackson.databind.version> diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index 572d51367..ade419b9d 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -12,7 +12,7 @@ <properties> <encoding>UTF-8</encoding> - <springframework.version>5.1.9.RELEASE</springframework.version> + <springframework.version>5.2.3.RELEASE</springframework.version> <hibernate.version>5.3.4.Final</hibernate.version> <jaxb.version>2.3.2</jaxb.version> <jackson.version>2.10.2</jackson.version> |