From 6c6abede7bb88986ea7ec9b81ffdc93c229c7324 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 14 Nov 2024 08:46:44 +0100 Subject: Update aai-common dependency in schema-service to 1.15.2 - update aai-common dependency (1.9.4 -> 1.15.2) - this also updates, among other things, spring boot (2.1.12 -> 2.6.15) - use lombok to make code more terse Issue-ID: AAI-4058 Change-Id: Ib4b90d360dc094721eaf82282c6ba0df767d18a9 Signed-off-by: Fiete Ostkamp --- aai-schema-gen/pom.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'aai-schema-gen') diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index b7723e7..f4ee9af 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -601,24 +601,20 @@ - javax.annotation - javax.annotation-api - compile + org.glassfish.jaxb + jaxb-runtime - javax.xml.bind - jaxb-api - 2.3.0 + jakarta.xml.bind + jakarta.xml.bind-api org.eclipse.persistence eclipselink - 3.0.0 org.eclipse.persistence org.eclipse.persistence.moxy - 3.0.0 org.springframework @@ -696,9 +692,14 @@ org.apache.commons commons-lang3 - 3.7 + compile + + commons-lang + commons-lang + 2.6 + org.apache.commons commons-text -- cgit 1.2.3-korg