This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 1df2f6e23fb528e0299c6cb313dc39fcac54a3dd
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Oct 13 01:11:39 2025 +0900

    GROOVY-11783: Bump jna to 5.18.1
---
 subprojects/groovy-groovysh/build.gradle | 2 +-
 versions.properties                      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/subprojects/groovy-groovysh/build.gradle 
b/subprojects/groovy-groovysh/build.gradle
index b9f4051ec0..e756751c17 100644
--- a/subprojects/groovy-groovysh/build.gradle
+++ b/subprojects/groovy-groovysh/build.gradle
@@ -34,7 +34,7 @@ dependencies {
     implementation projects.groovyJson
     implementation projects.groovyNio
     testImplementation projects.groovyTest
-    implementation 'net.java.dev.jna:jna:5.18.0'
+    implementation "net.java.dev.jna:jna:${versions.jna}"
     implementation "org.jline:jansi:${versions.jline}"
     implementation "org.jline:jline-reader:${versions.jline}"
     implementation "org.jline:jline-console:${versions.jline}"
diff --git a/versions.properties b/versions.properties
index 2fdd6d4424..a03d318e7a 100644
--- a/versions.properties
+++ b/versions.properties
@@ -39,6 +39,7 @@ javaParser=3.27.1
 jcipAnnotations=1.0
 jline=3.30.6
 jmh=1.37
+jna=5.18.1
 jqwik=1.9.3
 jruby=9.2.17.0
 junit=4.13.2

Reply via email to