From 1904bae23bcf9e5089dfef907a17dc57d5f47cc6 Mon Sep 17 00:00:00 2001 From: lihengming <89921218@qq.com> Date: Fri, 6 Oct 2017 12:21:23 +0800 Subject: [PATCH] update > pom dependencies version, close #50 --- pom.xml | 14 +++++++------- ...-pro.properties => application-prod.properties} | 0 2 files changed, 7 insertions(+), 7 deletions(-) rename src/main/resources/{application-pro.properties => application-prod.properties} (100%) diff --git a/pom.xml b/pom.xml index d369654..5092f8d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.4.RELEASE + 1.5.7.RELEASE @@ -43,12 +43,12 @@ org.apache.commons commons-lang3 - 3.5 + 3.6 com.google.guava guava - 22.0 + 23.0 @@ -65,12 +65,12 @@ org.mybatis mybatis - 3.4.4 + 3.4.5 tk.mybatis mapper - 3.4.0 + 3.4.2 com.github.pagehelper @@ -81,13 +81,13 @@ com.alibaba fastjson - 1.2.22 + 1.2.39 com.alibaba druid-spring-boot-starter - 1.1.2 + 1.1.4 diff --git a/src/main/resources/application-pro.properties b/src/main/resources/application-prod.properties similarity index 100% rename from src/main/resources/application-pro.properties rename to src/main/resources/application-prod.properties