🎨 更新依赖版本

This commit is contained in:
fuhouyin 2023-07-31 16:58:13 +08:00
parent d9e21a6998
commit 27ecd1c276
2 changed files with 6 additions and 6 deletions

10
pom.xml
View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.12</version>
<version>2.7.14</version>
<relativePath/>
</parent>
@ -29,24 +29,24 @@
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.31</version>
<version>2.0.38</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.18</version>
<version>5.8.21</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<version>1.18.28</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>
<dependency>

View File

@ -1,4 +1,4 @@
package Feishu;
package feishu;
import com.alibaba.fastjson2.JSONObject;
import org.springframework.web.client.RestTemplate;