Upgrade genprocessor to use jackson 2.11.0 29/110129/1
authorAndrew Gauld <agauld@att.com>
Mon, 13 Jul 2020 15:46:43 +0000 (15:46 +0000)
committerAndrew Gauld <agauld@att.com>
Mon, 13 Jul 2020 15:47:26 +0000 (15:47 +0000)
Change-Id: I8e8b1c462a57d7f1867402365618599b17d83aa6
Issue-ID: DCAEGEN2-2271
Signed-off-by: Andrew Gauld <agauld@att.com>
mod/genprocessor/pom.xml

index dbc5ee8..22e85f5 100644 (file)
@@ -81,12 +81,12 @@ limitations under the License.
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.10.3</version>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.10.3</version>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>