scala-jwt / oath

Yet another scala-jwt library which has the aim to enhance user experience.
Apache License 2.0
8 stars 1 forks source link

chore: update jsoniter-scala-core, ... from 2.27.3 to 2.27.7 #130

Open scala-steward opened 6 months ago

scala-steward commented 6 months ago

About this PR

📦 Updates

📜 GitHub Release Notes - Version Diff

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 = "com.github.plokhotnyuk.jsoniter-scala" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.plokhotnyuk.jsoniter-scala" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 64.31%. Comparing base (dc2606b) to head (5d8a515). Report is 9 commits behind head on main.

:exclamation: Current head 5d8a515 differs from pull request most recent head 4a75b54. Consider uploading reports for the commit 4a75b54 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #130 +/- ## ======================================= Coverage 64.31% 64.31% ======================================= Files 21 21 Lines 468 468 Branches 2 2 ======================================= Hits 301 301 Misses 167 167 ```

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