From 74b76710844e8b652e19d1551821ad885b5d08c7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2020 10:40:24 +0000
Subject: [PATCH] Bump jackson-databind from 2.9.4 to 2.9.10.1 in
 /03_NonInteractive

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.4 to 2.9.10.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
---
 03_NonInteractive/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/03_NonInteractive/pom.xml b/03_NonInteractive/pom.xml
index ce9574b..6f9d589 100644
--- a/03_NonInteractive/pom.xml
+++ b/03_NonInteractive/pom.xml
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.9.4</version>
+            <version>2.9.10.1</version>
         </dependency>
 
         <dependency>