SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
367 stars 87 forks source link

Bump jnr-ffi from 2.2.7 to 2.2.8 #141

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps jnr-ffi from 2.2.7 to 2.2.8.

Commits
  • e585f41 [maven-release-plugin] prepare release jnr-ffi-2.2.8
  • d590855 Use latest jffi
  • cea4801 Merge pull request #272 from basshelal/windows-versions
  • a55e55a Merge pull request #271 from basshelal/master
  • 54d70f2 Merge pull request #270 from basshelal/version-numbers
  • 21f789a Merge pull request #275 from charleskorn/issue-174
  • 3a0dd3e [maven-release-plugin] prepare for next development iteration
  • 5c96914 Added getOSName() which just returns the system property os.name
  • c2a9c38 Remove unknown javadoc tag @apiNote
  • 46b4a47 Added convenience methods to the Windows platform to determine version
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
SerCeMan commented 2 years ago

@dependabot recreate