apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

Bump jackson.version from 2.10.2 to 2.12.1 #63

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps jackson.version from 2.10.2 to 2.12.1. Updates jackson-annotations from 2.10.2 to 2.12.1

Commits


Updates jackson-core from 2.10.2 to 2.12.1

Commits


Updates jackson-databind from 2.10.2 to 2.12.1

Commits


Updates jackson-module-jaxb-annotations from 2.10.2 to 2.12.1

Commits
  • 6fd38a8 [maven-release-plugin] prepare release jackson-modules-base-2.12.1
  • 6adb1f8 Prepare for 2.12.1 release
  • 99623d0 Update release notes wrt #123
  • 27aa4d3 Blackbird: correct methodType for setters that take arguments that aren't Object
  • 3146384 Add failing test for #123
  • 40bc785 Add ref to #116 from release notes
  • 0a37e08 Test refactor/sync with databind (Exception message verification)
  • 645aa27 Fixed #120 (last pieces)
  • 4a1ea8a Minor cleanup to optimized int/long/String deserializers
  • ab34af4 ...
  • Additional commits viewable in compare view


Updates jackson-jaxrs-base from 2.10.2 to 2.12.1

Commits
  • 38267c6 [maven-release-plugin] prepare release jackson-jaxrs-providers-2.12.1
  • daca85c prepare for 2.12.1 release
  • 035ed86 ...
  • aaf383b Merge branch '2.11' into 2.12
  • c36816f ...
  • d3e6d13 [maven-release-plugin] prepare for next development iteration
  • b16d768 [maven-release-plugin] prepare release jackson-jaxrs-providers-2.11.4
  • 3b054d9 prepare for 2.11.4 release
  • 6cdd749 manual merge of pom (jetty test dep)
  • 32561de Merge branch '2.11' into 2.12
  • Additional commits viewable in compare view


Updates jackson-jaxrs-json-provider from 2.10.2 to 2.12.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hugegraph/hugegraph-common/network/alerts).
CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (69d681f) into master (c80f959) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
- Coverage     84.73%   84.69%   -0.05%     
  Complexity      756      756              
============================================
  Files            59       59              
  Lines          2182     2182              
  Branches        321      321              
============================================
- Hits           1849     1848       -1     
- Misses          189      190       +1     
  Partials        144      144              
Impacted Files Coverage Δ Complexity Δ
...c/main/java/com/baidu/hugegraph/util/DateUtil.java 76.00% <0.00%> (-8.00%) 9.00% <0.00%> (-1.00%)
.../main/java/com/baidu/hugegraph/event/EventHub.java 81.94% <0.00%> (+1.38%) 27.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c80f959...69d681f. Read the comment docs.