Skip to content

Commit 7edb160

Browse files
author
Chris Cho
authored
Fix BSON version (#205)
* Fix BSON version
1 parent 728d151 commit 7edb160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. code-block:: groovy
22
33
dependencies {
4-
compile 'org.mongodb:bson:4.1.0'
4+
compile 'org.mongodb:bson:{+full-version+}'
55
}
66

source/includes/fundamentals/code-snippets/bson-maven-versioned.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dependency>
55
<groupId>org.mongodb</groupId>
66
<artifactId>bson</artifactId>
7-
<version>4.1.0</version>
7+
<version>{+full-version+}</version>
88
</dependency>
99
</dependencies>
1010

0 commit comments

Comments
 (0)