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