Skip to content

Commit

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

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

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

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

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

Updates `jackson-module-scala_2.12` from 2.13.1 to 2.13.3
- [Release notes](https://github.com/FasterXML/jackson-module-scala/releases)
- [Changelog](https://github.com/FasterXML/jackson-module-scala/blob/2.14/release.sbt)
- [Commits](FasterXML/jackson-module-scala@v2.13.1...v2.13.3)

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-json-org
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-scala_2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-paranamer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and porunov committed Jun 22, 2022
1 parent 0b000d8 commit c4a0a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -73,7 +73,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.13.1</jackson2.version>
<jackson2.version>2.13.3</jackson2.version>
<lucene-solr.version>8.11.1</lucene-solr.version>
<!-- When this version updated please also update sha512 -->
<elasticsearch.version>7.14.0</elasticsearch.version>
Expand Down

0 comments on commit c4a0a27

Please sign in to comment.