From 435c3eab2ba19c49d8cbbeb262f99754eaa2d3c2 Mon Sep 17 00:00:00 2001 From: "PeukerL@telekom.de" Date: Wed, 10 Dec 2025 09:14:32 +0100 Subject: [PATCH] Fix for springboot-migration Issue-ID: CCSDK-4141 Change-Id: Ic882d49c3838a48d254675469f7a9f3032a76cfb Signed-off-by: PeukerL@telekom.de --- ms/blueprintsprocessor/parent/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 76f19cf80..91662c3b2 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -713,18 +713,18 @@ - javax.xml.bind - jaxb-api + jakarta.xml.bind + jakarta.xml.bind-api com.sun.xml.bind jaxb-core - 2.3.0 + 4.0.4 com.sun.xml.bind jaxb-impl - 2.3.0 + 4.0.4 org.springframework.boot -- 2.16.6