From 873941e828565571899ab083945c34732ba4d459 Mon Sep 17 00:00:00 2001 From: jozefbakus Date: Wed, 4 Jan 2023 09:23:15 +0100 Subject: [PATCH 1/2] Fixed vulnerabilities: CVE-2022-41946, CVE-2022-41854, CVE-2022-38752, CVE-2022-38750, CVE-2022-33980, CVE-2022-25857 --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d4eaa691..e3885a09 100644 --- a/pom.xml +++ b/pom.xml @@ -72,10 +72,10 @@ 3.3.3 0.19.6 3.3.1 - 42.3.3 + 42.5.1 2.2.0 2.2.0 - 2.7 + 2.8.0 2.7.3 2.0.3 2.0.2 @@ -105,7 +105,7 @@ 1.87.0 1.4 3.10.2 - 1.26 + 1.33 1.7 6.2.0.Final 1.12.29 @@ -420,6 +420,11 @@ + + org.owasp + dependency-check-maven + 7.4.3 + org.springframework.boot spring-boot-maven-plugin From f03af10c86ab90c93cdb06e61b2663c8b0829419 Mon Sep 17 00:00:00 2001 From: jozefbakus Date: Wed, 4 Jan 2023 09:25:50 +0100 Subject: [PATCH 2/2] Removed check dep plugin --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index e3885a09..3568c308 100644 --- a/pom.xml +++ b/pom.xml @@ -420,11 +420,6 @@ - - org.owasp - dependency-check-maven - 7.4.3 - org.springframework.boot spring-boot-maven-plugin