Skip to content

Commit

Permalink
Bump jackson2.version from 2.10.0 to 2.12.5
Browse files Browse the repository at this point in the history
Bumps `jackson2.version` from 2.10.0 to 2.12.5.

Updates `jackson-core` from 2.10.0 to 2.12.5
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.10.0...jackson-core-2.12.5)

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

Updates `jackson-datatype-json-org` from 2.10.0 to 2.12.5
- [Release notes](https://github.com/FasterXML/jackson-datatypes-misc/releases)
- [Commits](https://github.com/FasterXML/jackson-datatypes-misc/commits/jackson-datatypes-misc-parent-2.12.5)

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

Updates `jackson-module-scala_2.12` from 2.10.0 to 2.12.5
- [Release notes](https://github.com/FasterXML/jackson-module-scala/releases)
- [Changelog](https://github.com/FasterXML/jackson-module-scala/blob/master/release.sbt)
- [Commits](FasterXML/jackson-module-scala@jackson-module-scala-2.10.0...jackson-module-scala-2.12.5)

Updates `jackson-module-paranamer` from 2.10.0 to 2.12.5
- [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.10.0...jackson-modules-base-2.12.5)

---
updated-dependencies:
- 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-databind
  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.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.module:jackson-module-scala_2.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.module:jackson-module-paranamer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and farodin91 committed Oct 2, 2021
1 parent e43619b commit 33d5590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -89,7 +89,7 @@
<!-- align with org.apache.hbase:hbase -->
<jackson1.version>1.9.13</jackson1.version>
<!-- align with org.apache.spark:spark-core_2.12 -->
<jackson2.version>2.10.0</jackson2.version>
<jackson2.version>2.12.5</jackson2.version>
<lucene-solr.version>8.9.0</lucene-solr.version>
<elasticsearch.version>7.14.0</elasticsearch.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
Expand Down

0 comments on commit 33d5590

Please sign in to comment.