diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-20 13:58:09 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-20 13:58:12 -0400 |
commit | aaebcebde628f0b9d6a566e906d921bdfea8dd8e (patch) | |
tree | d19112cd6f5dd7a133d37b3282e19a83fe257ba0 | |
parent | 538aad3add38a0ce4ef6ac25333d50bba7b05ac5 (diff) |
Update resources to spring boot 1.5.15
Issue-ID: AAI-1509
Change-Id: Ie8c669652dd425bff10c187f58953968cb0c3a0d
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index be6acd2..3eafe0c 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -40,7 +40,7 @@ <aai.schema.ingest.version>1.3.0-SNAPSHOT</aai.schema.ingest.version> <hbase.version>1.0.2</hbase.version> - <spring.boot.version>1.5.12.RELEASE</spring.boot.version> + <spring.boot.version>1.5.15.RELEASE</spring.boot.version> <!-- Start of the jacoco plugin properties --> <sonar.language>java</sonar.language> |