From 459cdc25982f6b6ce024854732d03c9bf0f32ee7 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 23 Jun 2025 14:08:18 +0200 Subject: [PATCH] Update so parent pom in cnf-adapter - update so parent pom (1.12.1-SNAPSHOT -> 1.15.0-SNAPSHOT) - this may seem like a huge jump, but this is actually not changing much: - update snakeyaml (1.26 -> 1.31) - change scope of some test deps from compile to test (mockito, junit-toolbox) - keep the h2 test dependency at the 1.X version since updating it would require a flyway update. I don't want to do that here to reduce the risk of breaking changes Issue-ID: SO-4180 Change-Id: I7685390183736dab50a53f8cbd9565f70e0f72d5 Signed-off-by: Fiete Ostkamp --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0cd05fd..519ca1b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.so so - 1.12.1-SNAPSHOT + 1.15.0-SNAPSHOT org.onap.so.adapters.so-cnf-adapter so-cnf-adapter @@ -92,6 +92,20 @@ + + + + + com.h2database + h2 + 1.4.200 + + + + so-cnf-adapter-application so-cnfm -- 2.16.6