From f1df151c892308204bebfce62fcf6fc58aabb0bc Mon Sep 17 00:00:00 2001 From: LamGC Date: Wed, 14 Oct 2020 18:57:26 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20Project=20=E5=8D=87=E7=BA=A7=20JUnit=20?= =?UTF-8?q?4=20=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BB=A5=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=BD=9C=E5=9C=A8=E7=9A=84=E6=BC=8F=E6=B4=9E;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Fix] junit:junit 升级版本以修复潜在的漏洞(GHSA-269G-PWP5-87PP; CVE-2020-15250) (4.13 -> 4.13.1); --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0f20c5..e71ab37 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ junit junit - 4.13 + 4.13.1 test