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

fix: enforce jackson databind version #1472

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

jeromevdl
Copy link
Contributor

Issue #, if available: #1471

Description of changes:

Enforcing our version of jackson databind to avoid the transitive old one from jmespath

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jeromevdl jeromevdl linked an issue Oct 12, 2023 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Oct 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (533ac9a) 78.58% compared to head (2de3c9e) 78.58%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1472   +/-   ##
=========================================
  Coverage     78.58%   78.58%           
  Complexity      650      650           
=========================================
  Files            74       74           
  Lines          2508     2508           
  Branches        259      259           
=========================================
  Hits           1971     1971           
  Misses          455      455           
  Partials         82       82           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@scottgerring scottgerring left a comment

Choose a reason for hiding this comment

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

LGTM

@jeromevdl jeromevdl merged commit cfe069f into main Oct 24, 2023
14 checks passed
@jeromevdl jeromevdl deleted the chore/fix-jackson-version branch October 24, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: wrong version of jackson-databind in serialization module
4 participants