Skip to content

Commit

Permalink
Bump jna.version from 5.12.1 to 5.13.0
Browse files Browse the repository at this point in the history
Bumps `jna.version` from 5.12.1 to 5.13.0.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2023
1 parent 5b30787 commit ec04e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<skipITs>true</skipITs>
<junixsocket.version>2.6.1</junixsocket.version>
<jna.version>5.12.1</jna.version>
<jna.version>5.13.0</jna.version>
<log4j.version>2.19.0</log4j.version>
</properties>
<dependencies>
Expand Down

0 comments on commit ec04e0e

Please sign in to comment.