Skip to content

Commit 766c4f0

Browse files
committed
Update reference documentation to refer to 2.14.3 release
1 parent dd0919b commit 766c4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/content/getting-started/installation-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The recommended way to get started using one of the drivers in your project is w
1717

1818
This jar that contains everything you need including the BSON library.
1919

20-
{{< install artifactId="mongo-java-driver" version="2.14.2" >}}
20+
{{< install artifactId="mongo-java-driver" version="2.14.3" >}}
2121

2222
## BSON
2323

2424
This library comprehensively supports [BSON](http://www.bsonspec.org),
2525
the data storage and network transfer format that MongoDB uses for "documents".
2626
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
2727

28-
{{< install artifactId="bson" version="2.14.2" >}}
28+
{{< install artifactId="bson" version="2.14.3" >}}

0 commit comments

Comments
 (0)