From 0e38d5a94394a943f88d260f4cf8c4a86caee603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 07:12:26 +0000 Subject: [PATCH] Bump jackson-databind from 2.7.0 to 2.9.10.1 in /examples/csvformatter Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.7.0 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] --- examples/csvformatter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csvformatter/pom.xml b/examples/csvformatter/pom.xml index 88884a993d..74bc106cb5 100644 --- a/examples/csvformatter/pom.xml +++ b/examples/csvformatter/pom.xml @@ -55,7 +55,7 @@ com.fasterxml.jackson.core jackson-databind - 2.7.0 + 2.9.10.1 com.github.fge