Browse Source

Upgrade to JNA 5.17.0

Closes gh-45929
pull/45939/head
Andy Wilkinson 6 months ago
parent
commit
95ead9b619
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

2
spring-boot-project/spring-boot-parent/build.gradle

@ -86,7 +86,7 @@ bom { @@ -86,7 +86,7 @@ bom {
]
}
}
library("JNA", "5.13.0") {
library("JNA", "5.17.0") {
group("net.java.dev.jna") {
modules = [
"jna-platform"

Loading…
Cancel
Save