diff --git a/docs/reference/content/bson/installation-guide.md b/docs/reference/content/bson/installation-guide.md index 1b708852cc5..1c6263d8cd7 100644 --- a/docs/reference/content/bson/installation-guide.md +++ b/docs/reference/content/bson/installation-guide.md @@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org), the data storage and network transfer format that MongoDB uses for "documents". BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents. -{{< install artifactId="bson" version="4.0.1" >}} +{{< install artifactId="bson" version="4.0.2" >}} diff --git a/docs/reference/content/driver-reactive/getting-started/installation.md b/docs/reference/content/driver-reactive/getting-started/installation.md index 664a3569157..3c3d8f3a2b0 100644 --- a/docs/reference/content/driver-reactive/getting-started/installation.md +++ b/docs/reference/content/driver-reactive/getting-started/installation.md @@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure. -{{< install artifactId="mongodb-driver-reactivestreams" version="4.0.1">}} +{{< install artifactId="mongodb-driver-reactivestreams" version="4.0.2">}} diff --git a/docs/reference/content/driver-scala/getting-started/installation.md b/docs/reference/content/driver-scala/getting-started/installation.md index ce9dfeac37e..0d433b5bb71 100644 --- a/docs/reference/content/driver-scala/getting-started/installation.md +++ b/docs/reference/content/driver-scala/getting-started/installation.md @@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi ### Scala 2.12 -{{< install artifactId="mongo-scala-driver" version="4.0.1" groupId="org.mongodb.scala" scalaVersion="2.12">}} +{{< install artifactId="mongo-scala-driver" version="4.0.2" groupId="org.mongodb.scala" scalaVersion="2.12">}} ### Scala 2.11 -{{< install artifactId="mongo-scala-driver" version="4.0.1" groupId="org.mongodb.scala" scalaVersion="2.11">}} +{{< install artifactId="mongo-scala-driver" version="4.0.2" groupId="org.mongodb.scala" scalaVersion="2.11">}} diff --git a/docs/reference/content/driver/getting-started/installation.md b/docs/reference/content/driver/getting-started/installation.md index ab53c2967d7..c057defa1b9 100644 --- a/docs/reference/content/driver/getting-started/installation.md +++ b/docs/reference/content/driver/getting-started/installation.md @@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is {{% /note %}} -{{< install artifactId="mongodb-driver-sync" version="4.0.1" dependencies="true">}} +{{< install artifactId="mongodb-driver-sync" version="4.0.2" dependencies="true">}} ## MongoDB Driver Legacy @@ -44,4 +44,4 @@ While not deprecated, we recommend that new applications depend on the `mongodb- {{% /note %}} -{{< install artifactId="mongodb-driver-legacy" version="4.0.1" dependencies="true">}} +{{< install artifactId="mongodb-driver-legacy" version="4.0.2" dependencies="true">}}