Skip to content

Commit

Permalink
Upgrade spring boot version to 3.3.7 (#1358)
Browse files Browse the repository at this point in the history
Signed-off-by: JermaineHua <[email protected]>
  • Loading branch information
CrazyHZM authored Dec 26, 2024
1 parent edfaacd commit 71fc1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version>
<version>3.3.7</version>
</parent>

<groupId>com.alipay.sofa</groupId>
Expand All @@ -37,7 +37,7 @@
<properties>
<revision>4.4.1-SNAPSHOT</revision>
<sofa.boot.version>${revision}</sofa.boot.version>
<spring.boot.version>3.3.6</spring.boot.version>
<spring.boot.version>3.3.7</spring.boot.version>
<!--project-->
<java.version>17</java.version>
<project.encoding>UTF-8</project.encoding>
Expand Down

0 comments on commit 71fc1a2

Please sign in to comment.