Skip to content

Commit 7b1a4cc

Browse files
Update dependency net.java.dev.jna:jna to v5.16.0
1 parent 973be09 commit 7b1a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ object DependenciesVersions {
33
const val kotlin = "1.9.22"
44
const val jUnit = "4.13.2"
55
const val nexusPublishGradlePlugin = "1.3.0"
6-
const val jna = "5.14.0"
6+
const val jna = "5.16.0"
77
const val coroutines = "1.7.3"
88
const val annotations = "1.7.1"
99
}

0 commit comments

Comments
 (0)