From 519defc5917b1d4d8546f8628016ba2c38401ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:11:30 +0000 Subject: [PATCH] Bump jackson.version from 2.12.4 to 2.13.0 Bumps `jackson.version` from 2.12.4 to 2.13.0. Updates `jackson-datatype-jsr310` from 2.12.4 to 2.13.0 Updates `jackson-datatype-jdk8` from 2.12.4 to 2.13.0 Updates `jackson-datatype-json-org` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson-datatypes-misc/releases) - [Commits](https://github.com/FasterXML/jackson-datatypes-misc/compare/jackson-datatypes-misc-parent-2.12.4...jackson-datatypes-misc-parent-2.13.0) Updates `jackson-module-parameter-names` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases) - [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.12.4...jackson-modules-java8-2.13.0) Updates `jackson-core` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.4...jackson-core-2.13.0) Updates `jackson-annotations` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-module-jaxb-annotations` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.12.4...jackson-modules-base-2.13.0) Updates `jackson-dataformat-xml` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson-dataformat-xml/releases) - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.12.4...jackson-dataformat-xml-2.13.0) Updates `jackson-dataformat-yaml` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.12.4...jackson-dataformats-text-2.13.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-json-org dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b896343..b603cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ -SNAPSHOT 8 2.249.1 - 2.12.4 + 2.13.0 ${jackson.version}