diff options
author | dependabot[bot] | 2021-02-09 06:35:29 +0000 |
---|---|---|
committer | vitalyster | 2021-02-09 09:42:38 +0300 |
commit | 0af673a3abeabc5c48014a42cf210c683cd59f4a (patch) | |
tree | a79a5444d1dd94175ee28933b529f46290a8b074 | |
parent | a70e8f57039ed0ea743c35e10acc80644cb0fb9d (diff) |
Bump jna-platform from 5.6.0 to 5.7.0
Bumps [jna-platform](https://github.com/java-native-access/jna) from 5.6.0 to 5.7.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.6.0...5.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 835b28cc..a95d5629 100644 --- a/build.gradle +++ b/build.gradle @@ -151,7 +151,7 @@ dependencies { runtime 'org.mariadb.jdbc:mariadb-java-client' runtime 'net.java.dev.jna:jna:5.6.0' - runtime 'net.java.dev.jna:jna-platform:5.6.0' + runtime 'net.java.dev.jna:jna-platform:5.7.0' runtime 'com.h2database:h2' compile 'io.pebbletemplates:pebble-spring5:3.1.4' |