This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new d19de4e upgrade spring boot from 1.5.4 to 1.5.15 (#1861)
d19de4e is described below
commit d19de4eaba12c46e0387fb22c21306bb06803175
Author: Jialin Qiao <[email protected]>
AuthorDate: Tue Oct 27 21:55:52 2020 +0800
upgrade spring boot from 1.5.4 to 1.5.15 (#1861)
---
grafana/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/grafana/pom.xml b/grafana/pom.xml
index 7c533ee..d9f5222 100644
--- a/grafana/pom.xml
+++ b/grafana/pom.xml
@@ -39,7 +39,7 @@
<description>Grafana data source connector for IoTDB</description>
<properties>
<start-class>org.apache.iotdb.web.grafana.TsfileWebDemoApplication</start-class>
- <spring-boot.version>1.5.4.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.15.RELEASE</spring-boot.version>
<spring.version>4.3.9.RELEASE</spring.version>
<grafana.test.skip>false</grafana.test.skip>
<grafana.it.skip>${grafana.test.skip}</grafana.it.skip>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.4.RELEASE</version>
+ <version>1.5.15.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -131,7 +131,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>1.5.4.RELEASE</version>
+ <version>1.5.15.RELEASE</version>
</dependency>
</dependencies>
<configuration>