From be6106f7510aa56fa4806c7bceab31c9139020b1 Mon Sep 17 00:00:00 2001 From: Thomas Papke Date: Fri, 29 Mar 2024 20:28:15 +0100 Subject: [PATCH] Fix CVE's --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index b713b92..74fea5c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,9 +18,27 @@ 17 4.8.0 5.15.0 + + 3.6.3 + 5.3.33 + 2.9.0 + + org.apache.cxf + cxf-bom + ${cxf.version} + pom + import + + + org.springframework + spring-framework-bom + ${spring-framework.version} + pom + import + org.openehealth.ipf ipf-dependencies @@ -28,6 +46,12 @@ import ${ipf.version} + + com.jayway.jsonpath + json-path + ${json-path.version} + +