From fd112727637454135c8ec80a8455ed0b6db3e948 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 8 Nov 2024 14:23:49 +0100 Subject: Upgrade spring boot to 2.6 - upgrade spring-boot (2.5.15 -> 2.6.15) - upgrade vulnerable guava (25 -> 33.3.1), janino (3.1.9 -> 3.1.12) and commons-configuration2 (2.0 -> 2.11.0) dependencies Issue-ID: AAI-4048 Change-Id: I88fb4b9752bc05bdada5a8e4944b6cd0489383ce Signed-off-by: Fiete Ostkamp --- aai-resources/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'aai-resources/pom.xml') diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 677f8a7..ddfc848 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -93,7 +93,7 @@ true 1.6.8 - 2020.0.6 + 2021.0.9 @@ -359,11 +359,6 @@ swagger-annotations ${swagger.version} - - org.apache.commons - commons-configuration2 - 2.0 - io.swagger swagger-jersey2-jaxrs @@ -423,6 +418,7 @@ org.codehaus.janino janino + 3.1.12 net.logstash.logback @@ -500,7 +496,6 @@ org.springframework.kafka spring-kafka - 2.7.14 com.jayway.jsonpath @@ -708,7 +703,7 @@ com.google.guava guava - 25.0-jre + 33.3.1-jre @@ -727,6 +722,11 @@ ${datastax.native-protocol.version} + + org.apache.commons + commons-configuration2 + 2.11.0 + -- cgit 1.2.3-korg