From 72e6b2898d237fcf4f4347a52489abebfe079a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 10:48:08 +0000 Subject: [PATCH] Bump jackson.version from 2.11.1 to 2.12.1 Bumps `jackson.version` from 2.11.1 to 2.12.1. Updates `jackson-core` from 2.11.1 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.1...jackson-core-2.12.1) Updates `jackson-annotations` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-databind` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-datatype-guava` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-datatypes-collections/releases) - [Commits](https://github.com/FasterXML/jackson-datatypes-collections/compare/jackson-datatypes-collections-2.11.1...jackson-datatypes-collections-2.12.1) Signed-off-by: dependabot[bot] --- client/protege/pom.xml | 17 +++++++++++------ pom.xml | 8 +------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/client/protege/pom.xml b/client/protege/pom.xml index 2b04dfb5117..2d860b9d344 100644 --- a/client/protege/pom.xml +++ b/client/protege/pom.xml @@ -49,12 +49,12 @@ - - org.apache.felix - org.apache.felix.main - 5.4.0 - provided - + + + + + + @@ -323,6 +323,11 @@ xml-apis 1.4.01 + + com.fasterxml.jackson.datatype + jackson-datatype-guava + 2.12.1 + com.fasterxml.jackson.core jackson-core diff --git a/pom.xml b/pom.xml index 26844e79035..d80a92ae7a9 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ 18.0 3.1 2.3.2.RELEASE - 2.11.1 + 2.12.1 2.0.9 2.8.6 4.1.0 @@ -819,12 +819,6 @@ 5.6.2 - - commons-codec - commons-codec - 1.11 - -