From e71e2e768ef5b00d46cec1f2b2e9b2a1ad526bdc Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 24 Nov 2023 13:59:28 +0000 Subject: [PATCH] Uplift spring boot version to 3.2.0 in participants Spring boot version upgrade in participants. Issue-ID: NONRTRIC-900 Signed-off-by: aravind.est Change-Id: Ib76f56c58c568846d04883e39ab734616cfc5829 --- participants/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/participants/pom.xml b/participants/pom.xml index 4f3fb5c..e24df6f 100755 --- a/participants/pom.xml +++ b/participants/pom.xml @@ -4,6 +4,7 @@ * O-RAN-SC * %% * Copyright (C) 2023 Nordix Foundation +* Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +25,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.5 + 3.2.0 org.o-ran-sc.nonrtric.plt -- 2.16.6