Skip to content

Commit

Permalink
build(deps): bump net.java.dev.jna:jna 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](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
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 499287c commit 34b8f2c
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 @@ -43,7 +43,7 @@ dependencies {
implementation 'com.github.martinpaljak:gptool:20.08.12'

// use the latest JNA release to support Apple Silicon MacBooks
implementation 'net.java.dev.jna:jna:5.13.0'
implementation 'net.java.dev.jna:jna:5.14.0'

// card connection
implementation 'com.klinec:javacard-tools:1.0.5'
Expand Down

0 comments on commit 34b8f2c

Please sign in to comment.