From bd1a97bf316ab67176ba402e5b3df4e486c828fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:05:46 +0000 Subject: [PATCH] Bump jackson-databind from 2.9.7 to 2.12.6.1 in /task_16-rest_api Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.7 to 2.12.6.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] --- task_16-rest_api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_16-rest_api/pom.xml b/task_16-rest_api/pom.xml index 11af244..824971f 100644 --- a/task_16-rest_api/pom.xml +++ b/task_16-rest_api/pom.xml @@ -32,7 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma com.fasterxml.jackson.core jackson-databind - 2.9.7 + 2.12.6.1