From 99ea1f7a77bcda0f7bd740204a95fd326ab2640b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:17:18 +0100 Subject: [PATCH] Bump jackson.version from 2.11.3 to 2.12.1 (#3530) * Bump jackson.version from 2.11.3 to 2.12.1 Bumps `jackson.version` from 2.11.3 to 2.12.1. Updates `jackson-databind` from 2.11.3 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-annotations` from 2.11.3 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.11.3 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.11.3...jackson-core-2.12.1) Signed-off-by: dependabot[bot] * Pin jackson-core version to same as OpenRefine main Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Morris Co-authored-by: Antonin Delpeuch --- extensions/wikidata/pom.xml | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/extensions/wikidata/pom.xml b/extensions/wikidata/pom.xml index 9c27667a2..613cde6ee 100644 --- a/extensions/wikidata/pom.xml +++ b/extensions/wikidata/pom.xml @@ -131,6 +131,11 @@ wdtk-wikibaseapi ${wdtk.version} + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + org.openrefine.dependencies.wdtk wdtk-datamodel diff --git a/pom.xml b/pom.xml index e34e50abc..3fcf1745d 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 2.22.2 UTF-8 - 2.11.3 + 2.12.1 1.7.30