summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-04-17 08:54:15 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-04-17 08:54:29 -0400
commitefe99f4403f20df12479fba8d75a8639a0fc1336 (patch)
treeceaea0ad980e1fc28886cc2f78d7ff57210ec0ab
parent9154e24b32e41cf987daf02da01eaca7805fc291 (diff)
Upgrade spring 4.3.15-RELEASE
Forgot this reference to spring. Issue-ID: POLICY-722 Change-Id: I4335d860a883f925f1a6ba7bf28f6b59ed52511f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--PolicyEngineAPI/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml
index 4b1cc4562..473953678 100644
--- a/PolicyEngineAPI/pom.xml
+++ b/PolicyEngineAPI/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>4.3.3.RELEASE</version>
+ <version>4.3.15.RELEASE</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>