diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-04-18 11:40:45 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-04-18 11:53:45 -0400 |
commit | 235f7eb30eb3eea9bf9e56e0e4bc2bee458abbd4 (patch) | |
tree | fbc14b36d5c0d65de94c4e995da82b9eb3369a43 /aai-core/pom.xml | |
parent | 4f0e505712345f197efa693c17069d2a053f2791 (diff) |
Update the pom to use the spring boot 1.5.12
Issue-ID: AAI-1036
Issue-ID: AAI-968
Issue-ID: AAI-975
Change-Id: Iad8ad4f6e5f71c969b99356b7c909dc585e97a98
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 67fafa42..6d6814f7 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -445,7 +445,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.2.5.RELEASE</version> + <version>4.3.16.RELEASE</version> </dependency> <dependency> <groupId>javax.xml.bind</groupId> @@ -633,7 +633,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> - <version>4.3.2.RELEASE</version> + <version>4.3.16.RELEASE</version> </dependency> </dependencies> |