From 667805d3e622296606b51246bca5cc9ce41156b5 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 29 May 2025 16:23:03 -0400 Subject: [PATCH] Update to use released parent for Paris Update to use released parent version for Paris RC Issue-ID: CCSDK-4096 Signed-off-by: Dan Timoney Change-Id: Ia46dd48973ae78ecc44bbb0c74805865bf41dac4 --- ms/blueprintsprocessor/parent/pom.xml | 33 +++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 13129597e..9f33b5a2e 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -43,6 +43,7 @@ 5.13.0 2.8.0 2.6.3 + 1.14.17 2.10.0 0.1.55 @@ -507,12 +508,32 @@ mockk ${mockk.version} test + + + net.bytebuddy + byte-buddy + + + net.bytebuddy + byte-buddy + + io.mockk mockk-jvm ${mockk.version} test + + + net.bytebuddy + byte-buddy + + + net.bytebuddy + byte-buddy + + org.mock-server @@ -550,6 +571,18 @@ ${kotlin.couroutines.version} test + + net.bytebuddy + byte-buddy + ${bytebuddy.version} + test + + + net.bytebuddy + byte-buddy-agent + ${bytebuddy.version} + test + diff --git a/pom.xml b/pom.xml index 69e48b7e1..52da582f0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ limitations under the License. org.onap.ccsdk.parent spring-boot-27-jdk-17-starter-parent - 3.1.0-SNAPSHOT + 3.1.1 -- 2.16.6