Skip to content

Commit 8fb2fb3

Browse files
committed
Update mongocrypt version to 1.0.0-beta1
1 parent 86dfbf7 commit 8fb2fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242
nettyVersion = '4.1.17.Final'
4343
snappyVersion = '1.1.4'
4444
zstdVersion = '1.3.8-3'
45-
mongoCryptVersion = '1.0.0-SNAPSHOT'
45+
mongoCryptVersion = '1.0.0-beta1'
4646
gitVersion = getGitVersion()
4747
}
4848

driver-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
compile "io.netty:netty-handler:$nettyVersion", optional
4343
compile "org.xerial.snappy:snappy-java:$snappyVersion", optional
4444
compile "com.github.luben:zstd-jni:$zstdVersion", optional
45-
compile "org.mongodb:mongocrypt:$mongoCryptVersion", optional
45+
compile "org.mongodb:mongodb-crypt:$mongoCryptVersion", optional
4646

4747
testCompile project(':bson').sourceSets.test.output
4848
}

0 commit comments

Comments
 (0)