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 1f992b4  Bump spring-boot.version from 1.5.15.RELEASE to 
1.5.22.RELEASE (#4274)
1f992b4 is described below

commit 1f992b46e97f7012b13f9f575d928df63da46359
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 11 14:52:37 2021 +0800

    Bump spring-boot.version from 1.5.15.RELEASE to 1.5.22.RELEASE (#4274)
---
 grafana/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grafana/pom.xml b/grafana/pom.xml
index d535c50..922a807 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.15.RELEASE</spring-boot.version>
+        <spring-boot.version>1.5.22.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>
@@ -136,7 +136,7 @@
                         <dependency>
                             <groupId>org.springframework.boot</groupId>
                             <artifactId>spring-boot-maven-plugin</artifactId>
-                            <version>1.5.15.RELEASE</version>
+                            <version>1.5.22.RELEASE</version>
                         </dependency>
                     </dependencies>
                     <configuration>

Reply via email to