From 7703560e73045ff255c2999a9401de8a5fbae40b Mon Sep 17 00:00:00 2001 From: KaiNative Date: Tue, 8 Aug 2023 09:06:50 +0200 Subject: [PATCH] Updating Maven-Plugin Dependencies (#16274) * bugfix-15672 updated mavenplugin dependencies * bugfix-15672 re-added maven-compat since needed by maven-plugin-testing-harness * bugfix-15672 explicit dependency of plexus archiver in a new version due to CVEs in version included from maven-plugin-testing-harness (2.2) --------- Co-authored-by: Kai Neuhaus --- .../openapi-generator-maven-plugin/pom.xml | 34 ++++++++++++++----- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/modules/openapi-generator-maven-plugin/pom.xml b/modules/openapi-generator-maven-plugin/pom.xml index 63976049c47..70082f5d2ff 100644 --- a/modules/openapi-generator-maven-plugin/pom.xml +++ b/modules/openapi-generator-maven-plugin/pom.xml @@ -27,28 +27,31 @@ org.apache.maven maven-core - 3.8.6 + 3.9.4 + provided org.apache.maven maven-artifact - 3.8.6 + 3.9.4 provided org.apache.maven maven-compat - 3.8.6 + 3.9.4 + test org.apache.maven maven-plugin-api - 3.8.6 + 3.9.4 + provided org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.4 + 3.9.0 org.openapitools @@ -72,13 +75,28 @@ maven-plugin-testing-harness 3.3.0 test + + + + org.codehaus.plexus + plexus-archiver + + org.codehaus.plexus plexus-utils - 3.5.0 + 3.5.1 test + + + org.codehaus.plexus + plexus-archiver + 4.8.0 + test + + @@ -86,7 +104,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.4 + 3.9.0 true @@ -144,7 +162,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.2.2 + 3.6.0 false true