Skip to content

Commit 82208ca

Browse files
chore(deps): Bump org.springframework:spring-context
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.3.39 to 6.1.20. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.39...v6.1.20) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 6.1.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d1a499 commit 82208ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iotdb-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<maven.compiler.target>17</maven.compiler.target>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<spring-boot.version>3.4.5</spring-boot.version>
38-
<spring.version>6.2.6</spring.version>
38+
<spring.version>6.1.20</spring.version>
3939
</properties>
4040
<dependencyManagement>
4141
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<!-- This is the matching version of spring-boot for spring 5.3.30 -->
169169
<spring-boot.version>2.7.18</spring-boot.version>
170170
<!-- This is the last version to support the javax namespace -->
171-
<spring.version>5.3.39</spring.version>
171+
<spring.version>6.1.20</spring.version>
172172
<sqlite.version>3.49.1.0</sqlite.version>
173173
<!-- This was the last version to support Java 8 -->
174174
<swagger.version>1.6.14</swagger.version>

0 commit comments

Comments
 (0)