aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineAPI/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-14 10:34:25 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-14 10:34:31 -0400
commitaec7ea166403a3319cf558460881164834694c1f (patch)
tree1621267eb096b17da7ca17fdfc24239093f424f7 /PolicyEngineAPI/pom.xml
parent55e795c171cabb7800effcbbb75bed0224b92691 (diff)
Upgrade springframework 4.3.18.RELEASE
To resolve security issue for 4.3.15.RELEASE and also have a single place where the dependency is defined for the sub-modules. NOTE: 4.2.0.RELEASE is left alone in Policy SDK App due to Portal SDK dependency. Issue-ID: POLICY-1063 Change-Id: Ibdc464b16b4771faccb2c8c472efa7fbcbf3352c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PolicyEngineAPI/pom.xml')
-rw-r--r--PolicyEngineAPI/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml
index 874409d4a..0311dc267 100644
--- a/PolicyEngineAPI/pom.xml
+++ b/PolicyEngineAPI/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>4.3.15.RELEASE</version>
+ <version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>