Skip to content

Commit

Permalink
Bump net.java.dev.jna:jna-jpms from 5.13.0 to 5.14.0
Browse files Browse the repository at this point in the history
Bumps [net.java.dev.jna:jna-jpms](https://github.com/java-native-access/jna) from 5.13.0 to 5.14.0.
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.13.0...5.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and airsquared committed Feb 13, 2024
1 parent 68d7afb commit a5cb243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation ('de.jangassen:nsmenufx:3.1.0') {
exclude group: 'net.java.dev.jna', module: 'jna' //different jna version
}
implementation 'net.java.dev.jna:jna-jpms:5.13.0'
implementation 'net.java.dev.jna:jna-jpms:5.14.0'
implementation 'org.apache.commons:commons-compress:1.25.0'
implementation 'info.picocli:picocli:4.7.5'

Expand Down

0 comments on commit a5cb243

Please sign in to comment.