upgrade databind artifact

upgrade jackson's databind
from 2.8.11.2 to 2.8.11.3

Change-Id: I9bf3ab8021f91f6ed36bdffdacbaeeac78d2e87c
Issue-ID: APPC-1533
Signed-off-by: Taka Cho <takamune.cho@att.com>
diff --git a/appc-config/appc-config-audit/installer/pom.xml b/appc-config/appc-config-audit/installer/pom.xml
index f6438c4..c634f3c 100644
--- a/appc-config/appc-config-audit/installer/pom.xml
+++ b/appc-config/appc-config-audit/installer/pom.xml
@@ -58,6 +58,18 @@
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-config-audit-provider</artifactId>
             <version>1.5.0-SNAPSHOT</version>
+            <exclusions>
+              <exclusion>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-databind</artifactId>
+              </exclusion>
+           </exclusions>
+        </dependency>
+
+        <dependency>
+           <groupId>com.fasterxml.jackson.core</groupId>
+           <artifactId>jackson-databind</artifactId>
+           <version>2.8.11.3</version>
         </dependency>
     </dependencies>
     <build>