We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823ea62 commit 4b2967eCopy full SHA for 4b2967e
mongodb-crypt/build.gradle.kts
@@ -54,7 +54,7 @@ val jnaLibsPath: String = System.getProperty("jnaLibsPath", "${jnaResourcesDir}$
54
val jnaResources: String = System.getProperty("jna.library.path", jnaLibsPath)
55
56
// Download jnaLibs that match the git tag or revision to jnaResourcesBuildDir
57
-val downloadRevision = "1.13.0"
+val downloadRevision = "1.14.1"
58
val binariesArchiveName = "libmongocrypt-java.tar.gz"
59
60
/**
0 commit comments