Skip to content

Commit 71fc1a2

Browse files
authored
Upgrade spring boot version to 3.3.7 (#1358)
Signed-off-by: JermaineHua <[email protected]>
1 parent edfaacd commit 71fc1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-starter-parent</artifactId>
27-
<version>3.3.6</version>
27+
<version>3.3.7</version>
2828
</parent>
2929

3030
<groupId>com.alipay.sofa</groupId>
@@ -37,7 +37,7 @@
3737
<properties>
3838
<revision>4.4.1-SNAPSHOT</revision>
3939
<sofa.boot.version>${revision}</sofa.boot.version>
40-
<spring.boot.version>3.3.6</spring.boot.version>
40+
<spring.boot.version>3.3.7</spring.boot.version>
4141
<!--project-->
4242
<java.version>17</java.version>
4343
<project.encoding>UTF-8</project.encoding>

0 commit comments

Comments
 (0)