aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 16:41:10 -0500
committerjimmy <jf2512@att.com>2018-12-17 16:41:26 -0500
commit2259e2210f9599f575ee63760ca29c48c95e9f2d (patch)
tree0c4748c365ed3388d33c84cda2b9a7837e2173a6
parent4427a5411a87c57634885d674c19cdc1f83541b1 (diff)
Update to springboot 1.5.18
Change-Id: I71de901fa6f3201388a1db413c76fc33ba21ef56 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 67c149d..d565980 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>