We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a069240 commit a0346e9Copy full SHA for a0346e9
pom.xml
@@ -24,7 +24,7 @@
24
<parent>
25
<groupId>org.springframework.boot</groupId>
26
<artifactId>spring-boot-starter-parent</artifactId>
27
- <version>3.4.4</version>
+ <version>3.4.5</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.4.4</spring.boot.version>
+ <spring.boot.version>3.4.5</spring.boot.version>
41
<!--project-->
42
<java.version>17</java.version>
43
<project.encoding>UTF-8</project.encoding>
0 commit comments