aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 16:38:26 -0500
committerjimmy <jf2512@att.com>2018-12-17 16:38:48 -0500
commit5b622ea6fe324327ced65ba4cacf9e24f7d27cab (patch)
tree227ef4e1da94032c8648219cc1e991e9f2622b3c
parent8eab9525b6932f8b46571c0ac665c8b0831fd519 (diff)
Update to spring-boot 1.5.18
Change-Id: I3b141fcc327d94da7114e8f99790ad3b4c5fbfbd Issue-ID: AAI-1899 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 08d1ddc..e3debb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<skip.integration.tests>true</skip.integration.tests>
<!-- End of Test Related Properties -->
- <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
<eclipse.jetty.version>9.4.1.v20170120</eclipse.jetty.version>
@@ -87,7 +87,7 @@
<eelf.core.version>1.0.0</eelf.core.version>
<mockito.version>1.10.19</mockito.version>
<json.assert.version>1.5.0</json.assert.version>
- <spring.security.version>1.0.3.RELEASE</spring.security.version>
+ <spring.security.version>1.0.8.RELEASE</spring.security.version>
<common.logging.version>1.2.2</common.logging.version>
<dmaap.client.version>0.2.12</dmaap.client.version>
<dme2.version>2.8.5</dme2.version>