Fix app startup error 69/131169/3 1.4.3
authorVijay Venkatesh Kumar <vv770d@att.com>
Sat, 24 Sep 2022 01:01:01 +0000 (01:01 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Sat, 24 Sep 2022 01:16:58 +0000 (01:16 +0000)
+ SDK version bump

Change-Id: I2637e9ad0b8c616f7e59dfa2c4eed5dca13c822a
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3269
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Changelog.md
UniversalVesAdapter/pom.xml

index e8c35ac..53fc15e 100755 (executable)
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
-## [1.4.3] - 2022/07/18
+## [1.4.3] - 2022/09/23
          - [DCAEGEN2-3217] - dcaegen2-services-mapper vulnerability updates
+         - [DCAEGEN2-3269] - Fix application startup error + SDK version bump
 
 ## [1.4.2] - 2022/06/14
          - [DCAEGEN2-3167] - CodeCoverage improvement for dcaegen2-services-mapper
index 7b6ea09..24864cd 100755 (executable)
             content/sites/site/org/onap/dcaegen2/services/mapper/${project.artifactId}/${project.version}
         </site.path>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
-
+        <jackson.core.version>2.13.3</jackson.core.version>
         <!-- DCAE SDK version -->
-        <sdk.version>1.8.7</sdk.version>
+        <sdk.version>1.8.10</sdk.version>
+
+        <!-- OGR override -->
+        <onap-gerrit-review>-changelog-missing</onap-gerrit-review>
 
     </properties>
     <dependencies>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.12.6</version>
+            <version>${jackson.core.version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.13.3</version>
+            <version>${jackson.core.version}</version>
         </dependency>
         <dependency>
             <groupId>hsqldb</groupId>