aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorAmichai Hemli <amichai.hemli@intl.att.com>2020-02-02 14:50:58 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-02 14:50:58 +0000
commite0071f0d81a88a417eacd47ef1f0c9451227e9ad (patch)
treea7b7cbe245d2ddc1b098e7ff5ec42b54758f270a /vid-app-common/pom.xml
parent74e6271d3c9a5f0f2f471c607ca7bc9b8f3d5fc0 (diff)
parent2ca9ef38a83f7eea8762860a0b2fac3241e42b29 (diff)
Merge "upgrade spring.framework to latest 5.2.3 to avoid CVE-2020-5398/7"
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 2efd10426..94d07dbeb 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -27,7 +27,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<epsdk.version>2.6.0</epsdk.version>
<epsdk.overlay.version>2.5.0</epsdk.overlay.version>
- <springframework.version>5.2.0.RELEASE</springframework.version>
+ <springframework.version>5.2.3.RELEASE</springframework.version>
<springframework.orm.version>4.3.22.RELEASE</springframework.orm.version>
<!-- epsdk-core is importing this class, which is only on spring-orm 4 but not in orm 5:
org.springframework.orm.hibernate4.HibernateTransactionManager