Bump jackson.version from 2.10.3 to 2.11.0

Bumps `jackson.version` from 2.10.3 to 2.11.0.

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

Updates `jackson-dataformat-yaml` from 2.10.3 to 2.11.0
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.10.3...jackson-dataformats-text-2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 09:01:19 +00:00
parent 739cc3025d
commit 952ce54881
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.10.3</jackson.version>
<jackson.version>2.11.0</jackson.version>
<netty.version>4.1.47.Final</netty.version>
</properties>

View File

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