Update A1-PMS to latest Springboot parent - Jakarta 92/129192/2
authorJohnKeeney <john.keeney@est.tech>
Tue, 10 May 2022 17:34:32 +0000 (18:34 +0100)
committerJohnKeeney <john.keeney@est.tech>
Wed, 11 May 2022 09:35:35 +0000 (10:35 +0100)
To address Security Issue CVE-2022-22965
https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement

Issue-ID: CCSDK-3629
Change-Id: I4dec7dcab77e3f83d13265f7776dcdcd85f0d479
Signed-off-by: JohnKeeney <john.keeney@est.tech>
a1-policy-management/pom.xml

index 8cb685a..3030dba 100644 (file)
@@ -23,8 +23,8 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
-        <artifactId>spring-boot-25-starter-parent</artifactId>
-        <version>2.3.3</version>
+        <artifactId>spring-boot-26-starter-parent</artifactId>
+        <version>2.3.4-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.onap.ccsdk.oran</groupId>