networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
836 stars 324 forks source link

Update dependency versions #1023

Closed justin-tay closed 5 months ago

justin-tay commented 5 months ago

This updates the versions used by the dependencies to a recent version.

As Jackson has fixed the Incorrect deserialization for BigDecimal numbers issue since 2.16.0 the MaximumValidatorTest and MinimumValidatorTest needed to be updated with the new expectation that the bug no longer applies

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.15%. Comparing base (48ca3c2) to head (d554545). Report is 6 commits behind head on master.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1023 +/- ## ============================================ + Coverage 78.90% 79.15% +0.24% - Complexity 1965 1986 +21 ============================================ Files 172 174 +2 Lines 6352 6427 +75 Branches 1255 1261 +6 ============================================ + Hits 5012 5087 +75 + Misses 867 864 -3 - Partials 473 476 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.