[DCAEGEN2]Upgrade dependencies for dcaegen2-platform-ves-openapi-manager

Upgrade dependency version as per SECCOM recommendation

Issue-ID: DCAEGEN2-3342
Change-Id: Ia4a93d8503c8e6e9594217606b7b06ebfd85f956
Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>

[DCAEGEN2]Upgrade dependencies for dcaegen2-platform-ves-openapi-manager

corrected tabbed indentations in pom.xml file

Issue-ID: DCAEGEN2-3342
Change-Id: Ia4a93d8503c8e6e9594217606b7b06ebfd85f956
Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>

[DCAEGEN2]Upgrade dependencies dcaegen2-platform-ves-openapi-manager

Rearranged pom.xml file

Issue-ID: DCAEGEN2-3342
Change-Id: Ia4a93d8503c8e6e9594217606b7b06ebfd85f956
Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
diff --git a/pom.xml b/pom.xml
index c3e38a6..0f64bb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ============LICENSE_START=======================================================
-   Copyright (C) 2021-2022 Nokia. All rights reserved.
-   Copyright © 2022 Nordix Foundation. 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.
-  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
-  SPDX-License-Identifier: Apache-2.0
-  ============LICENSE_END=========================================================
--->
+<!-- 
+    ============LICENSE_START======================================================= 
+    Copyright (C) 2021-2022 Nokia. All rights reserved.
+    Copyright © 2022 Nordix Foundation. All rights reserved.
+    Copyright (c) 2023 Deutsche Telekom AG. 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. You may obtain a copy 
+    of the License at 
+    
+    http://www.apache.org/licenses/LICENSE-2.0 
+    
+    Unless required by applicable law or agreed to in writing, software distributed under the 
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+    OF ANY KIND, either express or implied. See the License for the specific 
+    language governing permissions and limitations under the License. SPDX-License-Identifier: 
+    Apache-2.0 
+    ============LICENSE_END========================================================= -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
         <version>3.2.0</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.onap.dcaegen2.platform.ves-openapi-manager</groupId>
     <artifactId>ves-openapi-manager</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <name>dcaegen2-platform-ves-openapi-manager</name>
     <packaging>jar</packaging>
 
@@ -48,7 +46,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <hibernate-validator.version>6.1.6.Final</hibernate-validator.version>
-        <jackson-databind.version>2.13.3</jackson-databind.version>
+        <jackson-databind.version>2.14.1</jackson-databind.version>
         <mockito-core.version>2.22.0</mockito-core.version>
         <spring.version>2.7.2</spring.version>
         <docker-maven-plugin.version>0.31.0</docker-maven-plugin.version>
@@ -140,7 +138,7 @@
                 <version>${spring.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
-            </dependency>
+           </dependency>
         </dependencies>
     </dependencyManagement>
     <dependencies>
@@ -174,6 +172,11 @@
             <version>${jackson-databind.version}</version>
         </dependency>
         <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+            <version>${jackson-databind.version}</version>
+        </dependency>
+        <dependency>
             <groupId>com.fasterxml.jackson.dataformat</groupId>
             <artifactId>jackson-dataformat-yaml</artifactId>
             <version>${jackson-databind.version}</version>