aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-23 07:37:22 +0000
committerGravatar vitalyster2021-03-23 19:38:14 +0300
commit896cbc7bbf0fa58bd4a2cf79a74c7b111fd6ff97 (patch)
treeba93724c2986858da8809825745027d1f0fcc602
parentf2a03cf99832df716a07a249ffcb121509a9869d (diff)
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>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ce2cd8b1..5d88b5c1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -152,7 +152,7 @@ dependencies {
runtime 'org.mariadb.jdbc:mariadb-java-client'
runtime 'net.java.dev.jna:jna:5.7.0'
- runtime 'net.java.dev.jna:jna-platform:5.7.0'
+ runtime 'net.java.dev.jna:jna-platform:5.8.0'
runtime 'com.h2database:h2'
compile 'io.pebbletemplates:pebble-spring5:3.1.5'