Bump jnaVersion from 5.12.0 to 5.12.1 (#33)

Bumps `jnaVersion` from 5.12.0 to 5.12.1.

Updates `jna` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/java-native-access/jna/releases)
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](https://github.com/java-native-access/jna/compare/5.12.0...5.12.1)

Updates `jna-platform` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/java-native-access/jna/releases)
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](https://github.com/java-native-access/jna/compare/5.12.0...5.12.1)

---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.java.dev.jna:jna-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-04 21:05:40 +01:00 committed by GitHub
parent d81d3b03c0
commit 9596c0a6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<!-- project properties -->
<properties>
<oshiVersion>6.2.0</oshiVersion>
<jnaVersion>5.12.0</jnaVersion>
<jnaVersion>5.12.1</jnaVersion>
<lombokVersion>1.18.24</lombokVersion>
<ini4jVersion>0.5.4</ini4jVersion>
</properties>