diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-17 08:54:15 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-17 08:54:29 -0400 |
commit | efe99f4403f20df12479fba8d75a8639a0fc1336 (patch) | |
tree | ceaea0ad980e1fc28886cc2f78d7ff57210ec0ab | |
parent | 9154e24b32e41cf987daf02da01eaca7805fc291 (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.xml | 2 |
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> |