From e99184bb7f5d1caf968757fca95229051e69b3f9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:53:22 +0000 Subject: [PATCH] Upgrade to JNA 5.7.0 Closes gh-25424 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index e0a4cb2c7d6..09be86adaad 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -44,7 +44,7 @@ bom { ] } } - library("JNA", "5.5.0") { + library("JNA", "5.7.0") { group("net.java.dev.jna") { modules = [ "jna-platform"