diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-14 10:34:25 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-14 10:34:31 -0400 |
commit | aec7ea166403a3319cf558460881164834694c1f (patch) | |
tree | 1621267eb096b17da7ca17fdfc24239093f424f7 /PolicyEngineAPI | |
parent | 55e795c171cabb7800effcbbb75bed0224b92691 (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')
-rw-r--r-- | PolicyEngineAPI/pom.xml | 2 |
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> |