spotify / scio

A Scala API for Apache Beam and Google Cloud Dataflow.
https://spotify.github.io/scio
Apache License 2.0
2.56k stars 513 forks source link

Update jna to 5.15.0 #5489

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

About this PR

📦 Updates net.java.dev.jna:jna from 5.14.0 to 5.15.0

📜 GitHub Release Notes - Changelog - 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 = "net.java.dev.jna", artifactId = "jna" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "net.java.dev.jna", artifactId = "jna" } }] ```

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

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 61.33%. Comparing base (a464955) to head (5704c99). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5489 +/- ## ======================================= Coverage 61.32% 61.33% ======================================= Files 312 312 Lines 11080 11080 Branches 770 770 ======================================= + Hits 6795 6796 +1 + Misses 4285 4284 -1 ```

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