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
Original file line number Diff line number Diff line change
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

1 comment on commit c4a0a27

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c4a0a27 Previous: 7adbba6 Ratio
org.janusgraph.MgmtOlapJobBenchmark.runRemoveIndex 115.33228654640592 ms/op 115.50350859175475 ms/op 1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 19181.850598473404 ms/op 16300.184954180237 ms/op 1.18
org.janusgraph.GraphCentricQueryBenchmark.getVertices 2571.2906773963855 ms/op 2428.923466905251 ms/op 1.06
org.janusgraph.MgmtOlapJobBenchmark.runReindex 436.6574698592308 ms/op 417.5135216876923 ms/op 1.05
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 363.3597403294977 ms/op 395.27303250862536 ms/op 0.92

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.