Skip to content

Commit 871df02

Browse files
committed
Bump to 3.12.4
1 parent d4b899f commit 871df02

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def javaCodeCheckedProjects = subprojects.findAll { !['util', 'mongo-java-driver
5454
configure(coreProjects) {
5555
evaluationDependsOn(':util')
5656
group = 'org.mongodb'
57-
version = '3.12.4-SNAPSHOT'
57+
version = '3.12.4'
5858

5959
repositories {
6060
mavenLocal()

docs/reference/content/bson/installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org),
2222
the data storage and network transfer format that MongoDB uses for "documents".
2323
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
2424

25-
{{< install artifactId="bson" version="3.12.3" >}}
25+
{{< install artifactId="bson" version="3.12.4" >}}

docs/reference/content/driver-async/getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ When TLS/SSL is enabled, the MongoDB Async Driver requires either [Netty](http:/
2424

2525
The MongoDB Async Driver provides asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking I/O.
2626

27-
{{< install artifactId="mongodb-driver-async" version="3.12.3" dependencies="true">}}
27+
{{< install artifactId="mongodb-driver-async" version="3.12.4" dependencies="true">}}

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is
3131

3232
{{% /note %}}
3333

34-
{{< install artifactId="mongodb-driver-sync" version="3.12.3" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="3.12.4" dependencies="true">}}
3535

3636
## MongoDB Driver Legacy
3737

@@ -44,7 +44,7 @@ While not deprecated, we recommend that new applications depend on the `mongodb-
4444

4545
{{% /note %}}
4646

47-
{{< install artifactId="mongodb-driver-legacy" version="3.12.3" dependencies="true">}}
47+
{{< install artifactId="mongodb-driver-legacy" version="3.12.4" dependencies="true">}}
4848

4949
## MongoDB Driver
5050

@@ -61,7 +61,7 @@ This module is deprecated and will no longer be published in the next major rele
6161

6262
{{% /note %}}
6363

64-
{{< install artifactId="mongodb-driver" version="3.12.3" dependencies="true">}}
64+
{{< install artifactId="mongodb-driver" version="3.12.4" dependencies="true">}}
6565

6666

6767
## Uber Jar (Legacy)
@@ -81,4 +81,4 @@ This module is deprecated and will no longer be published in the next major rele
8181

8282
{{% /note %}}
8383

84-
{{< install artifactId="mongo-java-driver" version="3.12.3">}}
84+
{{< install artifactId="mongo-java-driver" version="3.12.4">}}

docs/reference/content/driver/tutorials/jndi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati
2828

2929
<module xmlns="urn:jboss:module:1.3" name="org.mongodb">
3030
<resources>
31-
<resource-root path="mongo-java-driver-3.12.3.jar"/>
31+
<resource-root path="mongo-java-driver-3.12.4.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

0 commit comments

Comments
 (0)