From: adheli.tavares Date: Mon, 16 Jun 2025 16:40:37 +0000 (+0100) Subject: Security uplifts X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eb66f2fde3990c697feb40089b6125b04e7751bd;p=policy%2Fparent.git Security uplifts - maven plugins - spring - tomcat embed Issue-ID: POLICY-5394 Change-Id: I0503f7969c9f85a4bfb124799b0f0fb848aed92e Signed-off-by: adheli.tavares --- diff --git a/integration/pom.xml b/integration/pom.xml index 0ae6d785..838dff4f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -89,10 +89,10 @@ 2.1.1 1.9.0 2.0.17 - 6.2.7 - 3.4.6 - 3.4.6 - 6.4.6 + 6.2.8 + 3.5.0 + 3.5.1 + 6.5.0 3.11.0.3922 3.0.68 2.2.29 @@ -463,7 +463,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.41 + 11.0.8 org.aspectj @@ -1099,7 +1099,6 @@ org.owasp dependency-check-maven - 10.0.3 @@ -1117,7 +1116,7 @@ org.apache.maven.archetype archetype-packaging - 3.2.1 + 3.4.0 @@ -1140,7 +1139,7 @@ io.github.git-commit-id git-commit-id-maven-plugin - 6.0.0 + 9.0.2 @@ -1168,7 +1167,7 @@ org.apache.maven.plugins maven-archetype-plugin - 3.2.1 + 3.4.0 org.apache.maven.plugins @@ -1183,7 +1182,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.0 + 3.8.1 org.apache.maven.plugins @@ -1269,7 +1268,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.5.3 org.sonarsource.scanner.maven diff --git a/pom.xml b/pom.xml index 3bcfecdd..534da503 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.14.0 ${project.build.sourceEncoding} ${maven.compiler.release} @@ -106,6 +106,11 @@ maven-site-plugin 3.21.0 + + org.owasp + dependency-check-maven + 10.0.3 +