Skip to content

Commit

Permalink
fix(deps): Bump bson from 4.5.1 to 4.6.0 (#220)
Browse files Browse the repository at this point in the history
Bumps [bson](https://github.com/mongodb/mongo-java-driver) from 4.5.1 to 4.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/b356960b6ae5aa1e8f6edfa212c6174d225433df"><code>b356960</code></a> Version: bump 4.6.0</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/3ddc95da241858708cd8c060d935936be0a91284"><code>3ddc95d</code></a> Update mongodb-crypt dependency to 1.4.0</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/7fb5247164059f65dad39e3d8b616ba03ea342c4"><code>7fb5247</code></a> Use $$unsetOrMatches for upsert and multi in spec tests (<a href="https://github-redirect.dependabot.com/mongodb/mongo-java-driver/issues/922">#922</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/b580979b86c85b84488f2be6c6e3b8487939df0f"><code>b580979</code></a> Skip test that's failing on latest sharded cluster</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/51d0a7d930c94782da154d086a4b4ca9312c3140"><code>51d0a7d</code></a> Call enableSleepAfterCursorOpen for all reactive change streams tests</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/c6a2585b6575aba0c5780fd786add1f74547f8dc"><code>c6a2585</code></a> Update unified change stream tests</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/6243c369a2ce2b56b69d11f2e11c5a8185993b82"><code>6243c36</code></a> Fix SyncMongoCollection</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/5fee4aff708057be3e7cbe5b706614a1d2b7e2f6"><code>5fee4af</code></a> Include string value of operationType in ChangeStreamDocument</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/0dbd939f30b82ea7c0c19bdc9d4c36a7efeec445"><code>0dbd939</code></a> Add errorCodeName property to MongoServerException</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/ebada8e17c18e9a8574393fd2bdc9c5231290f58"><code>ebada8e</code></a> Abort transaction in all cases (<a href="https://github-redirect.dependabot.com/mongodb/mongo-java-driver/issues/881">#881</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r4.5.1...r4.6.0">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.5.1&new-version=4.6.0)](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 Apr 19, 2022
1 parent 2026114 commit 1268b7b
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.5.1'
implementation 'org.mongodb:bson:4.6.0'

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

0 comments on commit 1268b7b

Please sign in to comment.