From 7da7b7abf77203c5b882488899d28934bab5f923 Mon Sep 17 00:00:00 2001 From: Alexander F Date: Mon, 3 Jun 2024 10:05:54 +0200 Subject: [PATCH] fixing vulnerabilities CVE-2024-29857,CVE-2024-30171,CVE-2024-30172,CVE-2024-34447,CVE-2024-28752 --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index d4f9d46..8d338b3 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,7 @@ 1.35 3.9 1.12.641 + 3.5.8 5.10.1 9.4.53.v20231009 @@ -139,6 +140,38 @@ nimbus-jose-jwt 9.37.3 + + + org.bouncycastle + bcprov-jdk18on + 1.78.1 + + + + org.apache.cxf + cxf-core + ${cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + + org.apache.cxf + cxf-rt-rs-security-cors + ${cxf.version} + + + org.apache.cxf + cxf-rt-rs-client + ${cxf.version} + org.postgresql