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",