diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-06 18:58:47 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-06 18:58:48 +0800 |
commit | 3db6d76d648251e6bafe9a5d391fd381496260d3 (patch) | |
tree | b5a113e8d6d07f2ac5d7d4dd84d91cacb01ded1d | |
parent | 14c7b1fb4752aa5eea9b20e566d2dd64b10bcad1 (diff) |
Upgrade springboot version to 1.5.6
Change-Id: I867fcfe8fa0565ceaf3607984e49c6fad4e213f2
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r-- | server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml index 4ac1878f..16774f9d 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -47,7 +47,7 @@ <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.4.2.RELEASE</version> + <version>1.5.6.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |