From: Fiete Ostkamp Date: Sun, 22 Jun 2025 14:52:40 +0000 (+0200) Subject: Update spring-boot 2.3 X-Git-Tag: 1.15.3^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F141352%2F2;p=so.git Update spring-boot 2.3 - update spring boot (2.3.7 -> 2.3.12) - remove version pinning for grpc in common pom [0] - remove version pinning for spring-cloud-sleuth in common pom [1] - replace spring-data-hal-browser with -explorer since the former is deprecated [0] this effectively upgrades some of the grpc deps that have been overwritten (1.25.0 -> 1.30.2) [1] this effectively upgrades sleuth (2.0.2 -> 2.2.5) Issue-ID: SO-4176 Change-Id: Ibb7d9c3f8938e48bcde8be6cb9ff54f8037915a8 Signed-off-by: Fiete Ostkamp --- diff --git a/bpmn/so-bpmn-infrastructure-flows/pom.xml b/bpmn/so-bpmn-infrastructure-flows/pom.xml index 669e9acddc..5ec0612ecc 100644 --- a/bpmn/so-bpmn-infrastructure-flows/pom.xml +++ b/bpmn/so-bpmn-infrastructure-flows/pom.xml @@ -11,7 +11,6 @@ jar 1.7.0 - 1.25.0 @@ -248,7 +247,6 @@ io.grpc grpc-testing - ${grpc.version} test diff --git a/common/pom.xml b/common/pom.xml index f37120ffe4..bf0ba85c79 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -11,11 +11,9 @@ common MSO Common classes:- Logger - 1.25.0 3.22.2 4.1.30.Final 1.1.5 - 2.0.2.RELEASE 9.0.105 @@ -164,7 +162,6 @@ io.grpc grpc-protobuf - ${grpc.version} com.google.code.findbugs @@ -175,12 +172,10 @@ io.grpc grpc-netty - ${grpc.version} io.grpc grpc-testing - ${grpc.version} test @@ -280,13 +275,6 @@ pom import - - org.springframework.cloud - spring-cloud-sleuth - ${spring-cloud-sleuth.version} - pom - import - diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index 5f40af9918..8ec54d733c 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -77,7 +77,7 @@ org.springframework.data - spring-data-rest-hal-browser + spring-data-rest-hal-explorer org.ow2.asm diff --git a/pom.xml b/pom.xml index 49306e0c76..702d1eebd7 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ content/sites/site/org/onap/so/${project.version}/ 3.4.1 2.1 - 2.3.7.RELEASE + 2.3.12.RELEASE Hoxton.SR8 false true @@ -1085,11 +1085,6 @@ janino 2.5.15 - - org.springframework.data - spring-data-rest-hal-browser - 3.3.9.RELEASE - org.glassfish.jersey.core jersey-common