From 289f34f5f0fa918a06b98d8648ccbc9a6e1024f1 Mon Sep 17 00:00:00 2001 From: egernug Date: Tue, 8 Jul 2025 13:50:45 +0100 Subject: [PATCH] Uplift Springboot to 3.5.3 in DMI -Uplifted springboot Issue-ID: CPS-2871 Change-Id: I104106ae7a94d25ccdd3faeb934d59d6d2b50098 Signed-off-by: egernug --- csit/plans/dmi/setup.sh | 2 +- dmi-service/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/plans/dmi/setup.sh b/csit/plans/dmi/setup.sh index add2fbc6..3fbcfae7 100755 --- a/csit/plans/dmi/setup.sh +++ b/csit/plans/dmi/setup.sh @@ -65,7 +65,7 @@ docker-compose up -d cd $DMI_PLUGIN_HOME git clone "https://gerrit.onap.org/r/cps" cd $DMI_PLUGIN_HOME/cps/docker-compose -docker-compose -f cps-base.yml up -d +docker-compose -f docker-compose.yml up -d ###################### setup sdnc ####################################### source $WORKSPACE/plans/dmi/sdnc/sdnc_setup.sh diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 71f24acd..463b14fc 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -46,7 +46,7 @@ 3.3.1 7.12.0 4.0.0.4121 - 3.4.7 + 3.5.3 4.7.3.0 3.3.1 -- 2.16.6