From f32e27f92e446f357e9f13b75e6a18b3f7989e0c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 14:09:32 +0100 Subject: [PATCH] Upgrade to JNA 5.13.0 Closes gh-36746 --- 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 6e31cde29b..8311ef65d0 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -73,7 +73,7 @@ bom { ] } } - library("JNA", "5.7.0") { + library("JNA", "5.13.0") { group("net.java.dev.jna") { modules = [ "jna-platform"