You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/06/11 22:14:50 UTC

[incubator-skywalking] branch master updated: Update spring boot (#1341)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 3370874  Update spring boot (#1341)
3370874 is described below

commit 337087410a4540bf6629a244e88511539d4c1813
Author: Olaf Flebbe <of...@oflebbe.de>
AuthorDate: Tue Jun 12 00:14:37 2018 +0200

    Update spring boot (#1341)
---
 apm-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml
index 539098a..f81c1fc 100644
--- a/apm-webapp/pom.xml
+++ b/apm-webapp/pom.xml
@@ -32,7 +32,7 @@
     <properties>
         <compiler.version>1.8</compiler.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>1.5.10.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.11.RELEASE</spring.boot.version>
         <log4j.version>2.6.2</log4j.version>
         <ui.path>${project.parent.basedir}/skywalking-ui</ui.path>
     </properties>

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.