This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new 0e76f82 Update spring pom.xml
0e76f82 is described below
commit 0e76f821363ab31c94b73a12ef44d7a49f450861
Author: CritasWang <[email protected]>
AuthorDate: Sun Apr 27 15:49:03 2025 +0800
Update spring pom.xml
---
iotdb-spring-boot-starter/pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/iotdb-spring-boot-starter/pom.xml
b/iotdb-spring-boot-starter/pom.xml
index eb1607a..7ca3fb0 100644
--- a/iotdb-spring-boot-starter/pom.xml
+++ b/iotdb-spring-boot-starter/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.4.3</version>
+ <version>3.4.5</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -35,13 +35,14 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <spring-boot3.version>3.1.4</spring-boot3.version>
+ <spring-boot3.version>3.4.5</spring-boot3.version>
+ <iotdb.version>2.0.2</iotdb.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
- <version>2.0.1-beta</version>
+ <version>${iotdb.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>