Bump jna-platform from 5.7.0 to 5.8.0

Bumps [jna-platform](https://github.com/java-native-access/jna) from 5.7.0 to 5.8.0.
- [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.7.0...5.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-23 06:52:50 +00:00 committed by FireMasterK
parent 042568797e
commit 7469a33b6d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ dependencies {
implementation 'com.rometools:rome:1.15.0'
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'net.java.dev.jna:jna-platform:5.7.0'
implementation 'net.java.dev.jna:jna-platform:5.8.0'
}
shadowJar {