From 8a3894d55d7c287f978187b5222fd947ec70c404 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 25 Feb 2022 10:16:08 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #11010 --- backend/pom.xml | 24 +++++++++++++++++++++--- frontend/package.json | 6 +++--- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index f5704e0ee1..0683798c23 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -15,7 +15,7 @@ UTF-8 - 1.7.1 + 1.8.0 1.8 7.15.0 @@ -156,7 +156,13 @@ io.metersphere ms-jmeter-core - 1.0.9 + 1.1.0 + + + netty + io.netty + + @@ -173,6 +179,13 @@ 2.1.7 + + org.apache.xmlbeans + xmlbeans + 3.0.0 + + + com.fit2cloud quartz-spring-boot-starter @@ -250,7 +263,7 @@ io.fabric8 kubernetes-client - 4.13.0 + 4.13.2 @@ -264,6 +277,11 @@ xmindjbehaveplugin 0.8 + + org.codehaus.plexus + plexus-utils + 3.0.24 + org.seleniumhq.selenium diff --git a/frontend/package.json b/frontend/package.json index e40bc76fa2..f10fb056a3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@fortawesome/free-regular-svg-icons": "^5.12.0", "@fortawesome/free-solid-svg-icons": "^5.12.0", "@fortawesome/vue-fontawesome": "^0.1.9", - "axios": "^0.21.1", + "axios": "^0.21.3", "core-js": "^3.4.3", "diffable-html": "^4.0.0", "echarts": "^5.0.2", @@ -31,9 +31,9 @@ "json-schema-faker": "^0.5.0-rcv.32", "json5": "^2.1.3", "jsondiffpatch": "^0.4.1", - "jsoneditor": "^9.1.2", + "jsoneditor": "^9.5.6", "jsonpath": "^1.1.0", - "jspdf": "^2.1.1", + "jspdf": "^2.3.1", "lodash.isboolean": "^3.0.3", "lodash.isempty": "^4.4.0", "lodash.isinteger": "^4.0.4",