Skip to content

Commit

Permalink
Update to 3.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Apr 7, 2023
1 parent 3ad3a59 commit ec3dbc3
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions 3.12/bson/installation-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h2 id="bson">BSON</h2>
&lt;dependency&gt;
&lt;groupId&gt;org.mongodb&lt;/groupId&gt;
&lt;artifactId&gt;bson&lt;/artifactId&gt;
&lt;version&gt;3.12.12&lt;/version&gt;
&lt;version&gt;3.12.13&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand All @@ -292,14 +292,14 @@ <h2 id="bson">BSON</h2>
<section class="gradle hidden">
<pre><code>
dependencies {
compile 'org.mongodb:bson:3.12.12'
compile 'org.mongodb:bson:3.12.13'
}

</code></pre>
</section>
<section class="downloadInfo small">
<p><strong>Note:</strong> You can also download the <code>bson</code> jar
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.12" target="_blank">directly</a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.13" target="_blank">directly</a>
from sonatype.</a></p></section>
<div id="btnv"><div class="pull-left">
<a class="navigation prev" href="/mongo-java-driver/3.12/bson/extended-json/">
Expand Down
10 changes: 5 additions & 5 deletions 3.12/driver-async/getting-started/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h2 id="mongodb-async-driver">MongoDB Async Driver</h2>
&lt;dependency&gt;
&lt;groupId&gt;org.mongodb&lt;/groupId&gt;
&lt;artifactId&gt;mongodb-driver-async&lt;/artifactId&gt;
&lt;version&gt;3.12.12&lt;/version&gt;
&lt;version&gt;3.12.13&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand All @@ -296,19 +296,19 @@ <h2 id="mongodb-async-driver">MongoDB Async Driver</h2>
<section class="gradle hidden">
<pre><code>
dependencies {
compile 'org.mongodb:mongodb-driver-async:3.12.12'
compile 'org.mongodb:mongodb-driver-async:3.12.13'
}

</code></pre>
</section>
<section class="downloadInfo small">
<p><strong>Note:</strong> You can also download the <code>mongodb-driver-async</code> jar
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-async/3.12.12" target="_blank">directly</a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-async/3.12.13" target="_blank">directly</a>
from sonatype.</a></p><p>
If downloading <code>mongodb-driver-async</code> manually,
you must also download its dependencies:
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.12" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.12" target="_blank"><code>mongodb-driver-core</code></a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.13" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.13" target="_blank"><code>mongodb-driver-core</code></a>
</p></section>
<div id="btnv"><div class="pull-right">
<a class="navigation next" href="/mongo-java-driver/3.12/driver-async/getting-started/quick-start/">
Expand Down
36 changes: 18 additions & 18 deletions 3.12/driver/getting-started/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h5 class="admonition-title">important</h5>
&lt;dependency&gt;
&lt;groupId&gt;org.mongodb&lt;/groupId&gt;
&lt;artifactId&gt;mongodb-driver-sync&lt;/artifactId&gt;
&lt;version&gt;3.12.12&lt;/version&gt;
&lt;version&gt;3.12.13&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand All @@ -302,19 +302,19 @@ <h5 class="admonition-title">important</h5>
<section class="gradle hidden">
<pre><code>
dependencies {
compile 'org.mongodb:mongodb-driver-sync:3.12.12'
compile 'org.mongodb:mongodb-driver-sync:3.12.13'
}

</code></pre>
</section>
<section class="downloadInfo small">
<p><strong>Note:</strong> You can also download the <code>mongodb-driver-sync</code> jar
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-sync/3.12.12" target="_blank">directly</a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-sync/3.12.13" target="_blank">directly</a>
from sonatype.</a></p><p>
If downloading <code>mongodb-driver-sync</code> manually,
you must also download its dependencies:
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.12" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.12" target="_blank"><code>mongodb-driver-core</code></a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.13" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.13" target="_blank"><code>mongodb-driver-core</code></a>
</p></section>

<h2 id="mongodb-driver-legacy">MongoDB Driver Legacy</h2>
Expand All @@ -335,7 +335,7 @@ <h5 class="admonition-title">important</h5>
&lt;dependency&gt;
&lt;groupId&gt;org.mongodb&lt;/groupId&gt;
&lt;artifactId&gt;mongodb-driver-legacy&lt;/artifactId&gt;
&lt;version&gt;3.12.12&lt;/version&gt;
&lt;version&gt;3.12.13&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand All @@ -344,19 +344,19 @@ <h5 class="admonition-title">important</h5>
<section class="gradle hidden">
<pre><code>
dependencies {
compile 'org.mongodb:mongodb-driver-legacy:3.12.12'
compile 'org.mongodb:mongodb-driver-legacy:3.12.13'
}

</code></pre>
</section>
<section class="downloadInfo small">
<p><strong>Note:</strong> You can also download the <code>mongodb-driver-legacy</code> jar
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-legacy/3.12.12" target="_blank">directly</a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-legacy/3.12.13" target="_blank">directly</a>
from sonatype.</a></p><p>
If downloading <code>mongodb-driver-legacy</code> manually,
you must also download its dependencies:
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.12" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.12" target="_blank"><code>mongodb-driver-core</code></a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.13" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.13" target="_blank"><code>mongodb-driver-core</code></a>
</p></section>

<h2 id="mongodb-driver">MongoDB Driver</h2>
Expand All @@ -382,7 +382,7 @@ <h5 class="admonition-title">important</h5>
&lt;dependency&gt;
&lt;groupId&gt;org.mongodb&lt;/groupId&gt;
&lt;artifactId&gt;mongodb-driver&lt;/artifactId&gt;
&lt;version&gt;3.12.12&lt;/version&gt;
&lt;version&gt;3.12.13&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand All @@ -391,19 +391,19 @@ <h5 class="admonition-title">important</h5>
<section class="gradle hidden">
<pre><code>
dependencies {
compile 'org.mongodb:mongodb-driver:3.12.12'
compile 'org.mongodb:mongodb-driver:3.12.13'
}

</code></pre>
</section>
<section class="downloadInfo small">
<p><strong>Note:</strong> You can also download the <code>mongodb-driver</code> jar
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver/3.12.12" target="_blank">directly</a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver/3.12.13" target="_blank">directly</a>
from sonatype.</a></p><p>
If downloading <code>mongodb-driver</code> manually,
you must also download its dependencies:
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.12" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.12" target="_blank"><code>mongodb-driver-core</code></a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/bson/3.12.13" target="_blank"><code>bson</code></a> and
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver-core/3.12.13" target="_blank"><code>mongodb-driver-core</code></a>
</p></section>

<h2 id="uber-jar-legacy">Uber Jar (Legacy)</h2>
Expand All @@ -429,7 +429,7 @@ <h5 class="admonition-title">important</h5>
&lt;dependency&gt;
&lt;groupId&gt;org.mongodb&lt;/groupId&gt;
&lt;artifactId&gt;mongo-java-driver&lt;/artifactId&gt;
&lt;version&gt;3.12.12&lt;/version&gt;
&lt;version&gt;3.12.13&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;

Expand All @@ -438,14 +438,14 @@ <h5 class="admonition-title">important</h5>
<section class="gradle hidden">
<pre><code>
dependencies {
compile 'org.mongodb:mongo-java-driver:3.12.12'
compile 'org.mongodb:mongo-java-driver:3.12.13'
}

</code></pre>
</section>
<section class="downloadInfo small">
<p><strong>Note:</strong> You can also download the <code>mongo-java-driver</code> jar
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongo-java-driver/3.12.12" target="_blank">directly</a>
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongo-java-driver/3.12.13" target="_blank">directly</a>
from sonatype.</a></p></section>

</div>
Expand Down
2 changes: 1 addition & 1 deletion 3.12/driver/tutorials/jndi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h3 id="wildfly-formerly-jboss">Wildfly (formerly JBoss)</h3>

<pre><code>&lt;module xmlns=&quot;urn:jboss:module:1.3&quot; name=&quot;org.mongodb&quot;&gt;
&lt;resources&gt;
&lt;resource-root path=&quot;mongo-java-driver-3.12.12.jar&quot;/&gt;
&lt;resource-root path=&quot;mongo-java-driver-3.12.13.jar&quot;/&gt;
&lt;/resources&gt;
&lt;dependencies&gt;
&lt;module name=&quot;javax.api&quot;/&gt;
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,22 @@ <h2>Releases</h2>
<table class="table table-striped">
<thead><tr><th>Release</th><th>Documentation</th></tr></thead>
<tbody><tr>
<th class="current">4.9.0</th>
<th class="current">4.9.1</th>
<td><a href="./4.9" class="reference">Reference</a> &#124; <a href="./4.9/apidocs">API</a></td>
</tr><tr>
<th class="4.8.0">4.8.0</th>
<th class="">4.8.2</th>
<td><a href="./4.8" class="reference">Reference</a> &#124; <a href="./4.8/apidocs">API</a></td>
</tr><tr>
<th class="4.7.2">4.7.2</th>
<th class="">4.7.2</th>
<td><a href="./4.7" class="reference">Reference</a> &#124; <a href="./4.7/apidocs">API</a></td>
</tr><tr>
<th class="4.6.0">4.6.0</th>
<th class="">4.6.1</th>
<td><a href="./4.6" class="reference">Reference</a> &#124; <a href="./4.6/apidocs">API</a></td>
</tr><tr>
<th class="4.5.1">4.5.1</th>
<th class="">4.5.1</th>
<td><a href="./4.5" class="reference">Reference</a> &#124; <a href="./4.5/apidocs">API</a></td>
</tr><tr>
<th class="">4.4.1</th>
<th class="">4.4.2</th>
<td><a href="./4.4" class="reference">Reference</a> &#124; <a href="./4.4/apidocs">API</a></td>
</tr><tr>
<th class="">4.3.4</th>
Expand All @@ -118,7 +118,7 @@ <h2>Releases</h2>
<th class="">4.0.6</th>
<td><a href="./4.0" class="reference">Reference</a> &#124; <a href="./4.0/apidocs">API</a></td>
</tr><tr>
<th class="">3.12.10</th>
<th class="">3.12.13</th>
<td><a href="./3.12" class="reference">Reference</a> &#124; <a href="./3.12/javadoc">API</a></td>
</tr><tr>
<th class="">3.11.3</th>
Expand Down

0 comments on commit ec3dbc3

Please sign in to comment.