Bump Jackson version in scylla-apiclient

Bumps `jackson.version` from 2.10.4 to 2.12.1.

Updates `jackson-annotations` from 2.10.4 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

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

Updates `jackson-jaxrs-json-provider` from 2.10.4 to 2.12.1

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

Closes #159
This commit is contained in:
dependabot[bot] 2021-02-18 21:21:15 +00:00 committed by Pekka Enberg
parent bac7d0b31e
commit ffab41d714
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<jackson.version>2.10.4</jackson.version>
<jackson.version>2.12.1</jackson.version>
</properties>
<dependencies>