Skip to content

Commit 240e712

Browse files
committed
Bump mongodb-crypt dependency to 1.2.1
This picks up the fix to MONGOCRYPT-321. JAVA-4233
1 parent 50ba959 commit 240e712

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ext {
4747
nettyVersion = '4.1.43.Final'
4848
snappyVersion = '1.1.4'
4949
zstdVersion = '1.3.8-3'
50-
mongoCryptVersion = '1.2.0'
50+
mongoCryptVersion = '1.2.1'
5151
projectReactorVersion = 'Californium-SR23'
5252
junitBomVersion = '5.6.2'
5353
gitVersion = getGitVersion()

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

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

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

35-
{{< install artifactId="mongodb-crypt" version="1.2.0">}}
35+
{{< install artifactId="mongodb-crypt" version="1.2.1">}}
3636

3737
### mongocryptd configuration
3838

docs/reference/content/driver-scala/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-scala/getting-started/installation.md"
3333

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

36-
{{< install artifactId="mongodb-crypt" version="1.2.0">}}
36+
{{< install artifactId="mongodb-crypt" version="1.2.1">}}
3737

3838
### mongocryptd configuration
3939

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

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

3030
There is a separate jar file containing`libmongocrypt` bindings.
3131

32-
{{< install artifactId="mongodb-crypt" version="1.2.0">}}
32+
{{< install artifactId="mongodb-crypt" version="1.2.1">}}
3333

3434
### mongocryptd configuration
3535

0 commit comments

Comments
 (0)