typelevel / grackle

Grackle: Functional GraphQL for the Typelevel stack
http://typelevel.org/grackle/
Apache License 2.0
176 stars 25 forks source link

Update jnr-unixsocket to 0.38.22 #559

Closed typelevel-steward[bot] closed 7 months ago

typelevel-steward[bot] commented 7 months ago

About this PR

📦 Updates com.github.jnr:jnr-unixsocket from 0.38.21 to 0.38.22

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

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

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (c08f275) 74.04% compared to head (add725b) 74.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #559 +/- ## ========================================== - Coverage 74.04% 74.02% -0.03% ========================================== Files 32 32 Lines 4604 4604 Branches 1035 1035 ========================================== - Hits 3409 3408 -1 - Misses 1195 1196 +1 ```

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