Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump jackson from 2.16.0 to 2.18.2 in /hiero-dependency-versions #17303

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps jackson from 2.16.0 to 2.18.2.
Updates com.fasterxml.jackson.core:jackson-core from 2.16.0 to 2.18.2

Commits
  • fc1bc93 [maven-release-plugin] prepare release jackson-core-2.18.2
  • 44f793e Prep for 2.18.2
  • 715ec43 Disable scorecard WF from 2.18
  • 88b4c94 fix issue with incorrect matches for some surrogate chars (#1360)
  • cc70bc2 Minor warnings removal
  • f5ed9e7 Warnings removal
  • 93335d4 Merge branch '2.17' into 2.18
  • 3ec9738 Back to snapshot dep
  • 88fc49b [maven-release-plugin] prepare for next development iteration
  • 44d1e78 [maven-release-plugin] prepare release jackson-core-2.17.3
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.18.2

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.16.0 to 2.18.2

Commits
  • c7edd07 [maven-release-plugin] prepare release jackson-dataformats-text-2.18.2
  • 967f11f Prep for 2.18.2
  • e045611 Merge branch '2.17' into 2.18
  • 1e7c628 Back to snapshot dep
  • 1223dac [maven-release-plugin] prepare for next development iteration
  • b3771f9 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.3
  • 683310e Prep for 2.17.3
  • 2c4830a Back to snapshot deps
  • 065f6f2 [maven-release-plugin] prepare for next development iteration
  • 4f3aa83 [maven-release-plugin] prepare release jackson-dataformats-text-2.18.1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested review from a team as code owners January 9, 2025 22:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Java Pull requests that update Java code labels Jan 9, 2025
@dependabot dependabot bot requested a review from andrewb1269hg January 9, 2025 22:22
Copy link

codacy-production bot commented Jan 9, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7ac5b3e) 98729 72002 72.93%
Head commit (7205e68) 98729 (+0) 72001 (-1) 72.93% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17303) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@mishomihov00 mishomihov00 added this to the v0.59 milestone Jan 10, 2025
@mishomihov00
Copy link
Contributor

@andrewb1269hg @rbarkerSL Another PR for you to review and merge.

Copy link
Contributor

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

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

Version roll looks good.

Bumps `jackson` from 2.16.0 to 2.18.2.

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.0 to 2.18.2
- [Commits](FasterXML/jackson-core@jackson-core-2.16.0...jackson-core-2.18.2)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.0 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.16.0 to 2.18.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.16.0...jackson-dataformats-text-2.18.2)

---
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.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/hiero-dependency-versions/jackson-2.18.2 branch from 72917bd to d9629f1 Compare January 14, 2025 16:36
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.98%. Comparing base (7ac5b3e) to head (7205e68).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #17303      +/-   ##
============================================
- Coverage     68.99%   68.98%   -0.01%     
+ Complexity    22916    22911       -5     
============================================
  Files          2639     2639              
  Lines         98946    98946              
  Branches      10261    10261              
============================================
- Hits          68264    68261       -3     
- Misses        26792    26793       +1     
- Partials       3890     3892       +2     

see 13 files with indirect coverage changes

Impacted file tree graph

@jjohannes jjohannes merged commit 5377ab4 into main Jan 31, 2025
45 checks passed
@jjohannes jjohannes deleted the dependabot/gradle/hiero-dependency-versions/jackson-2.18.2 branch January 31, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants