Bump jackson.version from 2.11.1 to 2.11.3 (#1483)

Bumps `jackson.version` from 2.11.1 to 2.11.3.

Updates `jackson2-api` from 2.11.1 to 2.11.3

Updates `jackson-core` from 2.11.1 to 2.11.3
- [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.11.3)

Updates `jackson-databind` from 2.11.1 to 2.11.3
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-jaxrs-json-provider` from 2.11.1 to 2.11.3

Updates `jaxrs-json-provider` from 2.11.1 to 2.11.3

Updates `jackson-module-jaxb-annotations` from 2.11.1 to 2.11.3
- [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
- [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.11.1...jackson-modules-base-2.11.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-16 21:23:12 +01:00 committed by GitHub
parent e057635331
commit 5851f228ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip> <!-- no need to be deployed during release, this is a test-only module -->
<jackson.version>2.11.1</jackson.version>
<jackson.version>2.11.3</jackson.version>
<netty.version>4.1.52.Final</netty.version>
</properties>

View File

@ -12,7 +12,7 @@
<description>Functionality to make testing jcasc integration easier</description>
<properties>
<jackson.version>2.11.1</jackson.version>
<jackson.version>2.11.3</jackson.version>
<spotbugs.skip>true</spotbugs.skip>
</properties>