aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-16 12:57:59 +0000
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-16 12:57:59 +0000
commit68ada006605f55ad2fb561d1eca9ceeabfb8b205 (patch)
tree1dc76c1e3e56baf3b78790f94aa9db93967ac1d0
parent7b07f8da225ee3904f9c2b05fea1bdc30d4d8c23 (diff)
Upversion to Spring Boot 1.5.17
In order to fix NexusIQ vulnerabilities Issue-ID: AAI-1892 Change-Id: I82990b521af67343c5c75138433bdd27fb8b91bb 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 1ff9d5b..f984bc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,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>