Skip to content

Commit 5a2d9e8

Browse files
committed
Update to mongodb-crypt 1.0.0-beta5
1 parent fe35cdc commit 5a2d9e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-beta4'
45+
mongoCryptVersion = '1.0.0-beta5'
4646
gitVersion = getGitVersion()
4747
}
4848

docs/reference/content/driver-async/tutorials/client-side-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See the [installation]({{< relref "driver-async/getting-started/installation.md"
3737

3838
There is a separate jar file containing`libmongocrypt` bindings.
3939

40-
{{< install artifactId="mongodb-crypt" version="1.0.0-beta4">}}
40+
{{< install artifactId="mongodb-crypt" version="1.0.0-beta5">}}
4141

4242
### mongocryptd configuration
4343

docs/reference/content/driver/tutorials/client-side-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the [installation]({{< relref "driver/getting-started/installation.md" >}})
3333

3434
There is a separate jar file containing`libmongocrypt` bindings.
3535

36-
{{< install artifactId="mongodb-crypt" version="1.0.0-beta4">}}
36+
{{< install artifactId="mongodb-crypt" version="1.0.0-beta5">}}
3737

3838
### mongocryptd configuration
3939

0 commit comments

Comments
 (0)