From 059923e8053eaeb08a566a0d164dcd06d0c379dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:58:44 +0000 Subject: [PATCH] Bump jna from 5.12.1 to 5.13.0 Bumps [jna](https://github.com/java-native-access/jna) from 5.12.1 to 5.13.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.12.1...5.13.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b37e23..b6e2f2a 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { include 'org.apache.ant:ant:1.10.12' include 'com.google.guava:guava:31.1-jre' include 'com.google.code.gson:gson:2.9.1' - include 'net.java.dev.jna:jna:5.12.1' + include 'net.java.dev.jna:jna:5.13.0' include 'com.formdev:flatlaf:2.4' include files('libs/attach-1.7.jar') include files('libs/weblaf-complete-1.29-fixed.jar')