From 7664c011ed2e069641a2bf57cc204aa980262c43 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 11 Dec 2023 17:17:52 +0000 Subject: [PATCH] Update A1-PMS to ONAP London version, and bump sprimgboot to 3.2.0 Change-Id: Idc8e8a5cea7ed5cd464186e50d2d0b471ce1b10a Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-825 --- onap/oran | 2 +- pom.xml | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/onap/oran b/onap/oran index 9f1d949..ff95ae4 160000 --- a/onap/oran +++ b/onap/oran @@ -1 +1 @@ -Subproject commit 9f1d9499e4e1ca40fddffb195353148cc3271b9c +Subproject commit ff95ae47d58dfc2ac01ccbfb994b615f975d1675 diff --git a/pom.xml b/pom.xml index aba25a2..dcc295e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% -* Copyright (C) 2019-2023 Nordix Foundation +* Copyright (C) 2019-2023: Nordix Foundation +* Copyright (C) 2023: OpenInfra Foundation Europe * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.2.0 org.o-ran-sc.nonrtric.plt @@ -47,28 +48,30 @@ 17 - 20230227 + 20231013 3.10.0 2.13.0 2.30.0 - 0.30.0 + 0.43.0 3.7.0.1746 0.8.8 3.1.0 2.19.17 2.0.2 1.6.14 + 3.0.0-M8 + 3.0.0-M8 commons-io commons-io - 2.11.0 + 2.14.0 com.google.guava guava - 31.1-jre + 32.0.1-jre org.springframework.boot @@ -176,7 +179,6 @@ mockwebserver test - com.github.erosb everit-json-schema @@ -201,6 +203,7 @@ org.apache.maven.plugins maven-surefire-plugin + ${surefire-maven-plugin.version} false @@ -361,4 +364,13 @@ JIRA https://jira.o-ran-sc.org/ + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire-report-plugin.version} + + + -- 2.16.6