diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 88eefc6..0c2f399 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -5,7 +5,6 @@ - diff --git a/CHANGELOG.md b/CHANGELOG.md index 658ea0b..6377e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +**Enhancement** +[#21387] Harmonize the jackson version to v.2.8.11 + + ## [v1.0.0] - 2021-02-17 **Bug Fixes** diff --git a/pom.xml b/pom.xml index da289cc..7144c69 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.datacatalogue catalogue-util-library - 1.0.0 + 1.0.1-SNAPSHOT Ckan utility library @@ -32,6 +32,7 @@ UTF-8 2.7.0 4.4.1 + 2.8.11 @@ -56,19 +57,19 @@ org.gcube.common gcube-jackson-core - 2.6.0 + ${gcube.jackson.version} org.gcube.common gcube-jackson-annotations - 2.6.0 + ${gcube.jackson.version} org.gcube.common gcube-jackson-databind - 2.6.0 + ${gcube.jackson.version} @@ -145,7 +146,7 @@ guava compile - + com.googlecode.json-simple json-simple