From 30148e02849d29ab05e4800091a10585b54839bb Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 3 Jan 2025 11:31:59 +0100 Subject: Spring-boot 3 update - update to spring boot 3.0.13, this includes: - change of javax to jakarta namespace - upgrade of eclipselink (2.7.15 -> 3.0.1) Issue-ID: AAI-4098 Change-Id: I57bbc453be892a6425a23d5ec58c140cf9736cda Signed-off-by: Fiete Ostkamp --- aai-auth/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aai-auth/pom.xml') diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index f2bfe03a..7b450144 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.15.5-SNAPSHOT + 1.16.0-SNAPSHOT ../aai-parent/pom.xml aai-auth @@ -41,8 +41,8 @@ - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 com.fasterxml.jackson.core -- cgit