From 41dee32c9063f8c71847473baee34875a4061e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 01:45:35 +0000 Subject: [PATCH] build(deps): Bump jackson-databind in /100-days-of-code/java Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.1 to 2.12.7.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] --- 100-days-of-code/java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100-days-of-code/java/pom.xml b/100-days-of-code/java/pom.xml index f9ca7fe..4af8bc8 100644 --- a/100-days-of-code/java/pom.xml +++ b/100-days-of-code/java/pom.xml @@ -67,7 +67,7 @@ com.fasterxml.jackson.core jackson-databind - 2.11.1 + 2.12.7.1 javax.persistence