From eaa65d8dbbad5b5d5e8cbd9b2c2704672740bdc0 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sat, 24 Jan 2026 20:56:04 +0100 Subject: [PATCH] Update vulnerable dependencies - spring-framework (6.1.15 -> 6.1.21) - jersey (3.1.9 -> 3.1.11) - netty (4.1.115.Final -> 4.1.130.Final) Issue-ID: AAI-4219 Change-Id: I5579941768e49a45aaa8b5e865ee2131ea8397e3 Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index f0781148..af0a78e2 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -79,6 +79,9 @@ limitations under the License. as it could potentially break our code --> 3.2.12 + 6.1.21 + 3.1.11 + 4.1.130.Final 2.2.0 20240303 4.12 @@ -117,6 +120,27 @@ limitations under the License. + + org.glassfish.jersey + jersey-bom + ${jersey.version} + pom + import + + + io.netty + netty-bom + ${netty.version} + pom + import + + + org.springframework + spring-framework-bom + ${spring-framework.version} + pom + import + org.springframework.boot spring-boot-dependencies -- 2.16.6