aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Paquette <francis.paquette@amdocs.com>2018-08-24 13:54:26 -0400
committerFrancis Paquette <francis.paquette@amdocs.com>2018-08-24 13:54:53 -0400
commitfe84ae3b8d01ac2634d389f6b9d579319ea39f7a (patch)
treea41e760b1fc6d518818083ac6942292f3eaaf591
parentfe7fd2c507439cd4f8aeb7fb7b06066fd733ce40 (diff)
Updated springboot version to 1.5.15
Issue-ID: AAI-1515 Change-Id: Iacf07766c8bf84da7575f3e4fa3d9eb85c73d11c Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 79bbfca..3a3a67e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<parent>
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
- <version>1.5.12.RELEASE</version>
+ <version>1.5.15.RELEASE</version>
</parent>
<groupId>org.onap.aai</groupId>
<artifactId>search-data-service</artifactId>