Skip to content

Commit

Permalink
Bump mongodb-crypt dependency to 1.2.1
Browse files Browse the repository at this point in the history
This picks up the fix to MONGOCRYPT-321.

JAVA-4233
  • Loading branch information
jyemin committed Jul 27, 2021
1 parent 50ba959 commit 240e712
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -47,7 +47,7 @@ ext {
nettyVersion = '4.1.43.Final'
snappyVersion = '1.1.4'
zstdVersion = '1.3.8-3'
mongoCryptVersion = '1.2.0'
mongoCryptVersion = '1.2.1'
projectReactorVersion = 'Californium-SR23'
junitBomVersion = '5.6.2'
gitVersion = getGitVersion()
Expand Down
Expand Up @@ -32,7 +32,7 @@ See the [installation]({{< relref "driver-reactive/getting-started/installation.

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

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

### mongocryptd configuration

Expand Down
Expand Up @@ -33,7 +33,7 @@ See the [installation]({{< relref "driver-scala/getting-started/installation.md"

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

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

### mongocryptd configuration

Expand Down
Expand Up @@ -29,7 +29,7 @@ See the [installation]({{< relref "driver/getting-started/installation.md" >}})

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

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

### mongocryptd configuration

Expand Down

0 comments on commit 240e712

Please sign in to comment.