From 82c2667d827e49963d2553ebf87988e6d2440f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 03:56:50 +0000 Subject: [PATCH] Bump jackson-databind from 2.4.1 to 2.12.7.1 in /JSONStudy/JSONLibDemo Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.4.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] --- JSONStudy/JSONLibDemo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONStudy/JSONLibDemo/pom.xml b/JSONStudy/JSONLibDemo/pom.xml index c31d8e12..bb7e20a5 100644 --- a/JSONStudy/JSONLibDemo/pom.xml +++ b/JSONStudy/JSONLibDemo/pom.xml @@ -15,7 +15,7 @@ 1.2.47 - 2.4.1 + 2.12.7.1 4.12