Bump jackson.version from 2.10.2 to 2.10.3

Bumps `jackson.version` from 2.10.2 to 2.10.3.

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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-16 08:17:08 +00:00
parent 1dd316e1e7
commit f1a98c22fa
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.2</jackson.version>
<jackson.version>2.10.3</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.2</jackson.version>
<jackson.version>2.10.3</jackson.version>
<spotbugs.skip>true</spotbugs.skip>
</properties>