From 315cc50d39facda91c937dbb72d4d28b89524afe Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 8 Nov 2024 09:49:07 +0100 Subject: Upgrade spring boot to 2.6 - upgrade spring boot (2.5.15 -> 2.6.15) - migrate aai-schema-ingest module to JUnit 5 Issue-ID: AAI-4048 Change-Id: I72a59891fdbcdea9b54f6c02aae09fcc7a26947a Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'aai-parent/pom.xml') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index add636e1..9ffc0379 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -86,9 +86,7 @@ limitations under the License. Please don't upgrade to 2.3.0 or above for nexus iq or security scans as it could potentially break our code --> - 2.5.15 - 5.3.39 - ${spring.version} + 2.6.15 2.2.0 20190722 4.12 @@ -139,13 +137,6 @@ limitations under the License. pom import - - org.springframework - spring-framework-bom - ${spring.version} - pom - import - org.springframework.boot spring-boot-starter-parent @@ -496,9 +487,9 @@ limitations under the License. - io.swagger + io.swagger.core.v3 swagger-core - ${io.swagger.version} + 2.2.25 @@ -508,9 +499,9 @@ limitations under the License. - io.swagger + io.swagger.core.v3 swagger-annotations - ${io.swagger.version} + 2.2.25 -- cgit 1.2.3-korg