summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-02-28 03:50:04 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-28 03:50:04 +0000
commit0ee523e091fee9cb14bab13b1d629caebfc20d53 (patch)
tree439c0ab894165978c1729f422cc86bf52de9d7f9
parent34c5101222a4bfbf3e0516f454232c2e11942bcd (diff)
parentfb924bf030e262abad3f7cb1bc49b44d2bc12bcb (diff)
Merge "Bump springframework to 5.2.3.RELEASE"
-rw-r--r--vid-automation/pom.xml2
-rw-r--r--vid-ext-services-simulator/pom.xml2
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>