File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference/content/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ The recommended way to get started using one of the drivers in your project is w
17
17
18
18
This jar that contains everything you need including the BSON library.
19
19
20
- {{< install artifactId="mongo-java-driver" version="2.14.0 " >}}
20
+ {{< install artifactId="mongo-java-driver" version="2.14.1 " >}}
21
21
22
22
## BSON
23
23
24
24
This library comprehensively supports [ BSON] ( http://www.bsonspec.org ) ,
25
25
the data storage and network transfer format that MongoDB uses for "documents".
26
26
BSON is short for Binary [ JSON] ( http://json.org/ ) , is a binary-encoded serialization of JSON-like documents.
27
27
28
- {{< install artifactId="bson" version="2.14.0 " >}}
28
+ {{< install artifactId="bson" version="2.14.1 " >}}
You can’t perform that action at this time.
0 commit comments