diff options
author | Francis Paquette <francis.paquette@amdocs.com> | 2018-08-24 14:30:30 -0400 |
---|---|---|
committer | Francis Paquette <francis.paquette@amdocs.com> | 2018-08-24 14:30:50 -0400 |
commit | a2eb9b04f83497fef54898419d8ecb826506834f (patch) | |
tree | 04d44c5eb07c2e72c4a9703e4f22a03080dcb7b3 /pom.xml | |
parent | 1ba56f119f6714b89ecf9ac936c4ddf4d6d846db (diff) |
Updated springboot version to 1.5.15
Issue-ID: AAI-1513
Change-Id: I3d88b6150fd7f45fc776797a045f3a50bcda2664
Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.12.RELEASE</version> + <version>1.5.15.RELEASE</version> <relativePath /> </parent> <groupId>org.onap.aai.data-router</groupId> |