REM:
1. 更新SpringBoot框架到最新的2.3.8发布版本
2. 项目版本更新为2.0.5
This commit is contained in:
HuangXin 2021-01-19 09:03:32 +08:00
parent a670d67fc8
commit 4f8e64b7e0
1 changed files with 3 additions and 3 deletions

View File

@ -8,17 +8,17 @@
<spring-cloud.version>Greenwich.SR3</spring-cloud.version>
<undertow.version>2.1.3.Final</undertow.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.framework.version>2.3.4.RELEASE</spring.framework.version>
<spring.framework.version>2.3.8.RELEASE</spring.framework.version>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<version>2.3.8.RELEASE</version>
<relativePath/>
</parent>
<groupId>com.dispose</groupId>
<artifactId>phoenix_ddos_handle</artifactId>
<version>2.0.3</version>
<version>2.0.5</version>
<name>phoenix_ddos_handle</name>
<description>Dispose Platform</description>
<dependencies>