We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16dcb0 commit fee7b6eCopy full SHA for fee7b6e
pom.xml
@@ -24,7 +24,7 @@
24
<parent>
25
<groupId>org.springframework.boot</groupId>
26
<artifactId>spring-boot-starter-parent</artifactId>
27
- <version>3.5.1</version>
+ <version>3.5.3</version>
28
</parent>
29
30
<groupId>com.alipay.sofa</groupId>
@@ -37,7 +37,7 @@
37
<properties>
38
<revision>4.5.0-SNAPSHOT</revision>
39
<sofa.boot.version>${revision}</sofa.boot.version>
40
- <spring.boot.version>3.5.1</spring.boot.version>
+ <spring.boot.version>3.5.3</spring.boot.version>
41
<!--project-->
42
<java.version>17</java.version>
43
<project.encoding>UTF-8</project.encoding>
0 commit comments