Uplift Dependencies 20/14620/2
authorsaul.gill <saul.gill@est.tech>
Mon, 30 Jun 2025 10:12:16 +0000 (11:12 +0100)
committersaul.gill <saul.gill@est.tech>
Mon, 30 Jun 2025 10:42:53 +0000 (11:42 +0100)
Issue-ID: NONRTRIC-1053
Change-Id: I931dd25f7ef7552a3f70e49748899a5a8a80aec1
Signed-off-by: saul.gill <saul.gill@est.tech>
.readthedocs.yaml
Dockerfile
config/application.yaml
config/prometheus.yml
docs/developer-guide.rst
docs/index.rst
docs/installation-guide.rst
docs/overview.rst
docs/release-notes.rst
onap/oran
pom.xml

index e34d4bb..bdb7baf 100644 (file)
@@ -1,6 +1,6 @@
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
-#  Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
+#  Copyright (C) 2023-2025 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.
index 652fa83..98a4e31 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019-2023 Nordix Foundation.
-#  Copyright (C) 2024: OpenInfra Foundation Europe. All rights reserved.
+#  Copyright (C) 2024-2025: 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.
index 4b1dbce..e18b841 100644 (file)
@@ -67,6 +67,7 @@ logging:
   config: ${LOGBACK_CONFIG_FILE:classpath:logback-plain.xml}
   # Reactive logging filter
   reactive-entry-exit-filter-enabled: true
+  reactive-entry-exit-filter-exclude-paths: ""
   # Configuration of logging
   file:
     name: /var/log/policy-agent/application.log
index 9219c7f..2d570ed 100644 (file)
@@ -3,6 +3,7 @@
 # ONAP : ccsdk oran
 # ================================================================================
 # Copyright (C) 2022 Nordix Foundation. All rights reserved.
+# Copyright (C) 2025 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.
index 665686b..26b6a33 100644 (file)
@@ -1,7 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2021-2023 Nordix
-.. Copyright (C) 2024: OpenInfra Foundation Europe. All rights reserved.
+.. Copyright (C) 2024-2025: OpenInfra Foundation Europe. All rights reserved.
 
 ===============
 Developer Guide
index 9a71178..301b62e 100644 (file)
@@ -1,7 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2023 Nordix
-.. Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
+.. Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
 
 Non-RT RIC A1 Policy Management Service
 =======================================
index d36cbe0..bf80014 100644 (file)
@@ -1,7 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2021-2023 Nordix Foundation
-.. Copyright (C) 2024: OpenInfra Foundation Europe. All rights reserved.
+.. Copyright (C) 2024-2025: OpenInfra Foundation Europe. All rights reserved.
 
 Installation Guide
 ==================
index fca6ef1..9aab4c1 100644 (file)
@@ -1,7 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2021-2023 Nordix Foundation
-.. Copyright (C) 2024: OpenInfra Foundation Europe. All rights reserved.
+.. Copyright (C) 2024-2025: OpenInfra Foundation Europe. All rights reserved.
 
 O-RAN A1 Interface
 ~~~~~~~~~~~~~~~~~~
index a8dfdb9..bcc70e0 100755 (executable)
@@ -1,7 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2021 Nordix. All rights reserved.
-.. Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
+.. Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 
 =============
 Release Notes
index 52c3b2e..9effe42 160000 (submodule)
--- a/onap/oran
+++ b/onap/oran
@@ -1 +1 @@
-Subproject commit 52c3b2e3ea9a2787ec01a6a1cb44b6ef163e9d2d
+Subproject commit 9effe422a9b74e106107f0a91d56a72341bed93a
diff --git a/pom.xml b/pom.xml
index 08ba074..173b23d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>3.4.4</version>
+        <version>3.5.3</version>
         <relativePath/>
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     </repositories>
     <properties>
         <java.version>17</java.version>
-        <software.amazon.awssdk.version>2.30.11</software.amazon.awssdk.version>
-        <json.version>20240303</json.version>
-        <commons-io.version>2.16.1</commons-io.version>
-        <guava.version>33.3.0-jre</guava.version>
-        <squareup.okhttp.version>5.0.0-alpha.14</squareup.okhttp.version>
-        <surefire-maven-plugin.version>3.0.0-M8</surefire-maven-plugin.version>
-        <surefire-report-plugin.version>3.0.0-M8</surefire-report-plugin.version>
+        <software.amazon.awssdk.version>2.31.57</software.amazon.awssdk.version>
+        <json.version>20250517</json.version>
+        <commons-io.version>2.19.0</commons-io.version>
+        <guava.version>33.4.8-jre</guava.version>
+        <squareup.okhttp.version>5.0.0-alpha.16</squareup.okhttp.version>
+        <surefire-maven-plugin.version>3.5.3</surefire-maven-plugin.version>
+        <surefire-report-plugin.version>3.5.3</surefire-report-plugin.version>
         <maven-compiler-plugin.version>3.10.0</maven-compiler-plugin.version>
-        <docker-maven-plugin>0.43.0</docker-maven-plugin>
+        <docker-maven-plugin>0.46.0</docker-maven-plugin>
         <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
-        <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
+        <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
         <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
-        <localstack.version>1.20.1</localstack.version>
-        <junit.jupiter.version>1.20.3</junit.jupiter.version>
-        <gson.version>2.11.0</gson.version>
+        <localstack.version>1.21.1</localstack.version>
+        <junit.jupiter.version>1.21.1</junit.jupiter.version>
+        <gson.version>2.13.1</gson.version>
         <jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
-        <everit-json-schema.version>1.14.5</everit-json-schema.version>
+        <everit-json-schema.version>1.14.6</everit-json-schema.version>
         <jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version>
         <validation-api.version>3.1.1</validation-api.version>
-        <swagger-annotations.version>2.2.29</swagger-annotations.version>
-        <spring-boot-actuator-autoconfigure.version>3.3.2</spring-boot-actuator-autoconfigure.version>
-        <formatter-maven-plugin.version>2.22.0</formatter-maven-plugin.version>
-        <spotless-maven-plugin.version>2.35.0</spotless-maven-plugin.version>
-        <springdoc.version>2.0.2</springdoc.version>
+        <swagger-annotations.version>2.2.31</swagger-annotations.version>
         <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled>
-        <docker-maven-plugin>0.30.0</docker-maven-plugin>
         <ccsdk.project.version>${project.version}</ccsdk.project.version>
         <mapstruct.version>1.6.3</mapstruct.version>
         <!-- Tracing Dependecies -->
-        <opentelemetry-bom.version>1.41.0</opentelemetry-bom.version>
+        <opentelemetry-bom.version>1.49.0</opentelemetry-bom.version>
         <opentelemetry-instrumentation-bom-alpha.version>2.7.0-alpha</opentelemetry-instrumentation-bom-alpha.version>
         <skiptests>false</skiptests>
         <skipgitsubmodule>false</skipgitsubmodule>
-        <version.logback>8.0</version.logback>
+        <version.logback>8.1</version.logback>
+        <spring.boot.version>3.5.3</spring.boot.version>
+        <version.kotlin>2.1.21</version.kotlin>
     </properties>
     <dependencies>
         <dependency>
         <dependency>
             <groupId>org.mapstruct</groupId>
             <artifactId>mapstruct</artifactId>
-            <version>1.5.5.Final</version>
+            <version>${mapstruct.version}</version>
         </dependency>
         <dependency>
             <groupId>org.mapstruct</groupId>
             <artifactId>mapstruct-processor</artifactId>
-            <version>1.5.5.Final</version>
+            <version>${mapstruct.version}</version>
         </dependency>
         <!-- Actuator dependencies -->
         <dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-actuator-autoconfigure</artifactId>
-            <version>3.3.0</version>
+            <version>${spring.boot.version}</version>
         </dependency>
         <dependency>
             <groupId>net.logstash.logback</groupId>
             <artifactId>logstash-logback-encoder</artifactId>
             <version>${version.logback}</version>
         </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-stdlib</artifactId>
+            <version>${version.kotlin}</version>
+        </dependency>
     </dependencies>
     <dependencyManagement>
         <dependencies>