diff options
author | Sanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com> | 2018-11-16 12:41:12 +0000 |
---|---|---|
committer | Sanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com> | 2018-11-16 12:41:12 +0000 |
commit | 18f7af386802e750ad983ba2cdf4d9b84b4ed5ed (patch) | |
tree | 6a3cfa88df7d61dd0ea2fdc64ed99303c729ca73 /pom.xml | |
parent | d031aa4bc0852d2e9d3104db7f40aeb2c7706920 (diff) |
Upversion to Spring Boot 1.5.17
In order to fix NexusIQ vunerabilities
Issue-ID: AAI-1892
Change-Id: I50d0a3139059b7590bb7c28cebb721d78638ffe6
Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.15.RELEASE</version> + <version>1.5.17.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |