diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d4c4f..be8416c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.0.1-SNAPSHOT] - 2021-05-11 + +#### Fixes + +[#21387] Harmonize the jackson version to v.2.8.11 + + ## [v1.0.0] - 2021-01-18 #### Bug Fixes diff --git a/pom.xml b/pom.xml index 1758939..88c59b6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ distro 1.7 1.8 + 2.8.11 @@ -52,7 +53,7 @@ com.fasterxml.jackson.core jackson-databind - 2.6.3 + ${jackson.version}