From 4f8e64b7e0e634ebd937bc65f9f8d9043fc90df6 Mon Sep 17 00:00:00 2001
From: HuangXin <huangxin@cmhi.chinamobile.com>
Date: Tue, 19 Jan 2021 09:03:32 +0800
Subject: [PATCH] =?UTF-8?q?OCT=20REM:=201.=20=E6=9B=B4=E6=96=B0SpringBoot?=
 =?UTF-8?q?=E6=A1=86=E6=9E=B6=E5=88=B0=E6=9C=80=E6=96=B0=E7=9A=842.3.8?=
 =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=202.=20=E9=A1=B9=E7=9B=AE?=
 =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E4=B8=BA2.0.5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b04080de..51b18b10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>