Skip to content

Commit a0346e9

Browse files
authored
Upgrade spring boot version to 3.4.5 (#1366)
Signed-off-by: JermaineHua <[email protected]>
1 parent a069240 commit a0346e9

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.4.4</version>
27+
<version>3.4.5</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)