aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-16 12:41:12 +0000
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-16 12:41:12 +0000
commit18f7af386802e750ad983ba2cdf4d9b84b4ed5ed (patch)
tree6a3cfa88df7d61dd0ea2fdc64ed99303c729ca73
parentd031aa4bc0852d2e9d3104db7f40aeb2c7706920 (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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 66f01ed..29f2dc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>