aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-23 16:38:58 +0000
committerGravatar vitalyster2021-03-23 19:43:00 +0300
commitac54a37a72cea61f06e5818a3402667c6b2caa5c (patch)
tree36b219b1953e617682fdd89169d32def9a9790f7 /build.gradle
parent2ee0517c0486fc85c40c961677c8366d7ed6027e (diff)
Bump jna from 5.7.0 to 5.8.0
Bumps [jna](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>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5d88b5c1..95ee5920 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,7 +151,7 @@ dependencies {
compile 'com.rometools:rome-modules:1.15.0'
runtime 'org.mariadb.jdbc:mariadb-java-client'
- runtime 'net.java.dev.jna:jna:5.7.0'
+ runtime 'net.java.dev.jna:jna:5.8.0'
runtime 'net.java.dev.jna:jna-platform:5.8.0'
runtime 'com.h2database:h2'