dataunitylab / jsonoid-discovery

Distributed JSON schema discovery
https://dataunitylab.github.io/jsonoid-discovery/
MIT License
16 stars 3 forks source link

Update commons-validator to 1.9.0 #17

Closed michaelmior closed 2 months ago

michaelmior commented 2 months ago

About this PR

📦 Updates commons-validator:commons-validator from 1.8.0 to 1.9.0

Usage

✅ Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "commons-validator", artifactId = "commons-validator" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "commons-validator", artifactId = "commons-validator" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 82.86%. Comparing base (d36fb93) to head (c113393).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ======================================= Coverage 82.86% 82.86% ======================================= Files 42 42 Lines 2784 2784 Branches 464 464 ======================================= Hits 2307 2307 Misses 477 477 ```

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