Upgrade genprocessor to use jackson 2.10.3 70/109970/1
authorAndrew Gauld <agauld@att.com>
Wed, 8 Jul 2020 13:44:24 +0000 (13:44 +0000)
committerAndrew Gauld <agauld@att.com>
Wed, 8 Jul 2020 13:46:16 +0000 (13:46 +0000)
Change-Id: I67d3b7479a8bc8fc1e50245e0481ea5b9a541670
Issue-ID: DCAEGEN2-2271
Signed-off-by: Andrew Gauld <agauld@att.com>
mod/genprocessor/pom.xml

index bcd271f..dbc5ee8 100644 (file)
@@ -26,7 +26,7 @@ limitations under the License.
   </parent>
   <groupId>org.onap.dcaegen2.platform.mod</groupId>
   <artifactId>genprocessor</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <name>dcaegen2-platform-mod-genprocessor</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -81,12 +81,12 @@ limitations under the License.
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.10.0.pr1</version>
+      <version>2.10.3</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.10.0.pr1</version>
+      <version>2.10.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>