summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-11-09 19:39:27 +0000
committerjmac <james.macnider@amdocs.com>2018-11-09 19:39:34 +0000
commit46116d2c304dc3df4de06cee353da52daa9ce8ab (patch)
tree0b3c1c5f91a5782ede057367c779cca3fa107a78
parent3f5ba3e09c2056a83e7376c24b7c44ac3e6d32dd (diff)
update springboot to 1.5.17
Change-Id: Ifaf34775e0738fabca8b222b12e7e7860fe30595 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-814
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 801add4..f9c7e52 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.12.RELEASE</version>
+ <version>1.5.17.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>