Skip to content

Commit 4b2967e

Browse files
authored
Update libmongocrypt version to 1.14.1 (#1778)
JAVA-5929
1 parent 823ea62 commit 4b2967e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb-crypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ val jnaLibsPath: String = System.getProperty("jnaLibsPath", "${jnaResourcesDir}$
5454
val jnaResources: String = System.getProperty("jna.library.path", jnaLibsPath)
5555

5656
// Download jnaLibs that match the git tag or revision to jnaResourcesBuildDir
57-
val downloadRevision = "1.13.0"
57+
val downloadRevision = "1.14.1"
5858
val binariesArchiveName = "libmongocrypt-java.tar.gz"
5959

6060
/**

0 commit comments

Comments
 (0)