We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0919b commit 766c4f0Copy full SHA for 766c4f0
docs/reference/content/getting-started/installation-guide.md
@@ -17,12 +17,12 @@ The recommended way to get started using one of the drivers in your project is w
17
18
This jar that contains everything you need including the BSON library.
19
20
-{{< install artifactId="mongo-java-driver" version="2.14.2" >}}
+{{< install artifactId="mongo-java-driver" version="2.14.3" >}}
21
22
## BSON
23
24
This library comprehensively supports [BSON](http://www.bsonspec.org),
25
the data storage and network transfer format that MongoDB uses for "documents".
26
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
27
28
-{{< install artifactId="bson" version="2.14.2" >}}
+{{< install artifactId="bson" version="2.14.3" >}}
0 commit comments