From cef0770464d4e4d3d0804f0b68cf2611647dfaaa Mon Sep 17 00:00:00 2001 From: Chad Darby Date: Sat, 6 Jun 2020 12:42:42 -0400 Subject: [PATCH] Bump jackson-databind --- .../pom.xml | 2 +- .../pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/08-spring-rest/solution-code-jackson-databinding-json-demo-01-procesing-json/pom.xml b/08-spring-rest/solution-code-jackson-databinding-json-demo-01-procesing-json/pom.xml index f6ab03f..0aa6517 100644 --- a/08-spring-rest/solution-code-jackson-databinding-json-demo-01-procesing-json/pom.xml +++ b/08-spring-rest/solution-code-jackson-databinding-json-demo-01-procesing-json/pom.xml @@ -22,7 +22,7 @@ com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.9.10.4 diff --git a/08-spring-rest/solution-code-jackson-databinding-json-demo-02-nested-objects/pom.xml b/08-spring-rest/solution-code-jackson-databinding-json-demo-02-nested-objects/pom.xml index 52ad948..30de545 100644 --- a/08-spring-rest/solution-code-jackson-databinding-json-demo-02-nested-objects/pom.xml +++ b/08-spring-rest/solution-code-jackson-databinding-json-demo-02-nested-objects/pom.xml @@ -22,7 +22,7 @@ com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.9.10.4