From fcf3b0f642d0a80cf752ce2d4ac624baf449bc64 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2019 17:59:19 +0100 Subject: [PATCH] Bump jna-platform from 5.3.1 to 5.4.0 in /core (#1796) Bumps [jna-platform](https://github.com/java-native-access/jna) from 5.3.1 to 5.4.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.3.1...5.4.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Richard North --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 0bd3a019931..45fdf5d1b0b 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -76,7 +76,7 @@ dependencies { exclude(group: "log4j", module: "log4j") } - compile "net.java.dev.jna:jna-platform:5.3.1" + compile "net.java.dev.jna:jna-platform:5.4.0" shaded ('org.scala-sbt.ipcsocket:ipcsocket:1.0.0') { exclude(group: "net.java.dev.jna")