Skip to content

Commit

Permalink
fix(deps): bump org.mongodb:bson from 4.9.1 to 4.10.2 (#320)
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 4.9.1 to 4.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:bson's releases</a>.</em></p>
<blockquote>
<h2>Java Driver 4.10.1 (July 11, 2023)</h2>
<p>Release announcement: <a href="https://www.mongodb.com/community/forums/t/mongodb-java-driver-4-10-released/234658">https://www.mongodb.com/community/forums/t/mongodb-java-driver-4-10-released/234658</a></p>
<h2>Java Driver 4.10.1 (June 23, 2023)</h2>
<p>Release announcement: <a href="https://www.mongodb.com/community/forums/t/mongodb-java-driver-4-10-released/234658">https://www.mongodb.com/community/forums/t/mongodb-java-driver-4-10-released/234658</a></p>
<h2>Java Driver 4.10.0 (June 22, 2023)</h2>
<p>Release announcement: <a href="https://www.mongodb.com/community/forums/t/mongodb-java-driver-4-10-released/234658">https://www.mongodb.com/community/forums/t/mongodb-java-driver-4-10-released/234658</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/2bad9c5ce537b798fa776882913255d6be1f5121"><code>2bad9c5</code></a> Fix: MongoClientSettings.applyConnectionString retryReads bug</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/16306764bb692c7ac7d87d36da52331fc293ded0"><code>1630676</code></a> Version: bump 4.10.2</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/5bd8380e0f722b613b18f3b849550414eeaf3480"><code>5bd8380</code></a> Manifest - Mark kotlin bson imports as optional</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/f4e5190a39a72b70fd050e8c0b3dbba79aab8740"><code>f4e5190</code></a> Version: bump 4.10.2-SNAPSHOT</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/02a61642394ca707beb30947101afb5b8c6d36b7"><code>02a6164</code></a> Version: bump 4.10.1</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/6b6c3dda62682c65724b555e1a523d5b59869329"><code>6b6c3dd</code></a> Kotlin: Improve KotlinSerializerCodec (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1152">#1152</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/63af01bd88562bb88c60b044dac09ba3abbef101"><code>63af01b</code></a> Build: Make bson-kotlin and bson-kotlinx optional (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1148">#1148</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/307ec82289993dbe1c1d5d18c96726643f7f312a"><code>307ec82</code></a> Scala: Fix tests (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1151">#1151</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/a7b9ce08cc04c583ee4329305e7f7e899a551214"><code>a7b9ce0</code></a> Test: Update AggregatesTest to use List of Doubles</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/206a1193117b444b197976b6cef65dd74849aa6c"><code>206a119</code></a> Kotlin: Limit the KotlinSerializerCodec to Data, Value or Sealed Classes</li>
<li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r4.9.1...r4.10.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mongodb:bson&package-manager=gradle&previous-version=4.9.1&new-version=4.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent f87e1f0 commit c92d046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation "org.bouncycastle:bcpkix-jdk15on:1.70"

// Serialization
implementation 'org.mongodb:bson:4.9.1'
implementation 'org.mongodb:bson:4.10.2'

// Testing
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit c92d046

Please sign in to comment.