From 7798b909fcdc30d7a5ce874900e9680fc4b3fef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 05:58:53 +0000 Subject: [PATCH] Bump jackson-databind in /quickstart/java/producer Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.13.4.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quickstart/java/producer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/java/producer/pom.xml b/quickstart/java/producer/pom.xml index 8c7fffa..43bed24 100644 --- a/quickstart/java/producer/pom.xml +++ b/quickstart/java/producer/pom.xml @@ -31,7 +31,7 @@ com.fasterxml.jackson.core jackson-databind - 2.12.6.1 + 2.13.4.1