From 39b45a519c59108ef86995501ed804ba1f6442bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E5=BF=A0=E5=8D=87?= <9120460+yuan-zhongsheng@user.noreply.gitee.com> Date: Sun, 23 Apr 2023 01:47:59 +0000 Subject: [PATCH] =?UTF-8?q?update=20pom.xml.=20version=20of=20org.springfr?= =?UTF-8?q?amework.boot=20to=202.5.12=20=E6=82=A8=E5=A5=BD=EF=BC=8C?= =?UTF-8?q?=E5=9C=A8=E9=83=A8=E7=BD=B2=E6=82=A8=E7=9A=84=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E4=BD=BF=E7=94=A8synk?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=8F=91=E7=8E=B0=E4=BA=86=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E=EF=BC=8C=E8=AF=A5=E6=BC=8F=E6=B4=9E=E5=8F=AF?= =?UTF-8?q?=E5=88=A9=E7=94=A8=E7=BA=A7=E5=88=AB=E5=BE=88=E9=AB=98=EF=BC=8C?= =?UTF-8?q?=E8=BE=BE=E5=88=B0=E4=BA=86critical=EF=BC=8C=E5=85=B7=E4=BD=93?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E=E7=BB=86=E8=8A=82=E5=8F=AF=E8=A7=81https://n?= =?UTF-8?q?vd.nist.gov/vuln/detail/CVE-2022-22965=EF=BC=8C=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E9=81=AD=E5=8F=97=E5=85=B3=E9=94=AE=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=89=A7=E8=A1=8C=20=EF=BC=88RCE=EF=BC=89=20?= =?UTF-8?q?=E6=BC=8F=E6=B4=9Esprint4shell=E6=94=BB=E5=87=BB=EF=BC=8C?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=B0=86=E5=85=B6=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=87=B32.5.12=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 袁忠升 <9120460+yuan-zhongsheng@user.noreply.gitee.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80df759..a8ed089 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.3.7.RELEASE + 2.5.12.RELEASE com.huawei.datashow.DemoApplication -- Gitee