aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-10-18 15:28:34 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-10-18 15:28:34 +0200
commit53208e359d28bebe8dc5116d295b19dba7010d68 (patch)
treea5941651c4e9a7dfc38dbcd387a156934a3270ec /aai-resources/pom.xml
parent7a3084fa7d00fc77bc286ca0a487b14d31f919e8 (diff)
Update spring-boot to 2.3
- update spring-boot to latest 2.3.X release - replace deprecated property distribution.sla with distribution.slo Issue-ID: AAI-3666 Change-Id: I4d3fcebf7360e1c21cbde7d45c709483a0bdce5b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r--aai-resources/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index dcc125c..51c7e55 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -32,8 +32,8 @@
</parent>
<properties>
<java.version>1.8</java.version>
- <spring.boot.version>2.2.13.RELEASE</spring.boot.version>
- <spring.version>5.2.12.RELEASE</spring.version>
+ <spring.boot.version>2.3.12.RELEASE</spring.boot.version>
+ <spring.version>5.2.15.RELEASE</spring.version>
<spring.jms.version>${spring.version}</spring.jms.version>
<spring.test.version>${spring.version}</spring.test.version>
<start-class>org.onap.aai.ResourcesApp</start-class>